color codes Logo

#a8475c color codes

#A8475C
(168,71,92)
0 Favorites   0 Comments

Color spaces of #a8475c

RGB 1687192
HSL0.960.410.47
HSV347°58°66°
CMYK 0.000.580.45   0.34
XYZ20.333513.604011.6794
Yxy13.60400.44570.2982
Hunter Lab36.883633.85877.0440
CIE-Lab43.659641.88577.8337

#a8475c color RGB value is (168,71,92).

#a8475c hex color red value is 168, green value is 71 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #a8475c hue: 0.96 , saturation: 0.41 and the lightness value of a8475c is 0.47.

The process color (four color CMYK) of #a8475c color code is 0.00, 0.58, 0.45, 0.34. Web safe color of #a8475c is #993366. Color #a8475c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000111 01011100
Octal 250 107 134
Decimal 168 71 92
Hex A8 47 5C

RGB Percentages of Color #a8475c

%50.76
%21.45
%27.79

CMYK Percentages of Color #a8475c

%0
%58
%45
%34

Triadic Colors of #a8475c

#a8475c #5ca847 #475ca8

Analogous Colors of #a8475c

#a8475c #a86347 #a8478d

Monochromatic Colors of #a8475c

#a8475c

Complementary Color

#a8475c #47a893

#a8475c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8475c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8475c Color CSS Codes

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

#a8475c Text Font Color

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

This sample text font color is #a8475c
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.


#a8475c Background Color

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

This div background color is #a8475c


#a8475c Border Color

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

This div border color is #a8475c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8475c


Comments

No comments written yet.

Please login to write comment.