color codes Logo

#a84974 color codes

#A84974
(168,73,116)
0 Favorites   0 Comments

Color spaces of #a84974

RGB 16873116
HSL0.920.390.47
HSV333°57°66°
CMYK 0.000.570.31   0.34
XYZ21.683414.350918.1502
Yxy14.35090.40020.2649
Hunter Lab37.882635.8761-1.8891
CIE-Lab44.732043.7394-5.3600

#a84974 color RGB value is (168,73,116).

#a84974 hex color red value is 168, green value is 73 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a84974 hue: 0.92 , saturation: 0.39 and the lightness value of a84974 is 0.47.

The process color (four color CMYK) of #a84974 color code is 0.00, 0.57, 0.31, 0.34. Web safe color of #a84974 is #993366. Color #a84974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001001 01110100
Octal 250 111 164
Decimal 168 73 116
Hex A8 49 74

RGB Percentages of Color #a84974

%47.06
%20.45
%32.49

CMYK Percentages of Color #a84974

%0
%57
%31
%34

Triadic Colors of #a84974

#a84974 #74a849 #4974a8

Analogous Colors of #a84974

#a84974 #a84e49 #a849a4

Monochromatic Colors of #a84974

#a84974

Complementary Color

#a84974 #49a87d

#a84974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84974 Color CSS Codes

.mybgcolor {background-color:#a84974; } 
.myforecolor {color:#a84974; }
.mybordercolor {border:3px solid #a84974; }

#a84974 Text Font Color

<p style="color:#a84974">Text here</p>

This sample text font color is #a84974
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a84974 Background Color

<div style="background-color:#a84974">
Div content here</div>

This div background color is #a84974


#a84974 Border Color

<div style="border:3px solid #a84974">
Div here</div>

This div border color is #a84974


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,73,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a84974; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a84974;
  -webkit-box-shadow: 1px 1px 3px 2px #a84974;
  box-shadow:         1px 1px 3px 2px #a84974; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,73,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a84974">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a84974;
  -webkit-box-shadow: 1px 1px 3px 2px #a84974;
  box-shadow:         1px 1px 3px 2px #a84974;">
Div content here</div>

This div box has shadow with color #a84974


Comments

No comments written yet.

Please login to write comment.