Color Hex Logo

#c8466a Color Hex

#C8466A
(200,70,106)
0 Favorites   0 Comments

Color spaces of #c8466a

RGB 20070106
HSL0.950.540.53
HSV343°65°78°
CMYK 0.000.650.47   0.22
XYZ28.611117.700315.5442
Yxy17.70030.46250.2862
Hunter Lab42.071747.76447.5444
CIE-Lab49.130654.36047.7661

#c8466a color RGB value is (200,70,106).

#c8466a hex color red value is 200, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c8466a hue: 0.95 , saturation: 0.54 and the lightness value of c8466a is 0.53.

The process color (four color CMYK) of #c8466a color hex is 0.00, 0.65, 0.47, 0.22. Web safe color of #c8466a is #cc3366. Color #c8466a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000110 01101010
Octal 310 106 152
Decimal 200 70 106
Hex C8 46 6A

RGB Percentages of Color #c8466a

%53.19
%18.62
%28.19

CMYK Percentages of Color #c8466a

%0
%65
%47
%22

Triadic Colors of #c8466a

#c8466a #6ac846 #466ac8

Analogous Colors of #c8466a

#c8466a #c86346 #c846ab

Monochromatic Colors of #c8466a

#c8466a

Complementary Color

#c8466a #46c8a4

#c8466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8466a Color CSS Codes

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

#c8466a Text Font Color

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

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


#c8466a Background Color

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

This div background color is #c8466a


#c8466a Border Color

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

This div border color is #c8466a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,70,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8466a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8466a;
  -webkit-box-shadow: 1px 1px 3px 2px #c8466a;
  box-shadow:         1px 1px 3px 2px #c8466a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,70,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8466a


Comments

No comments written yet.

Please login to write comment.