Color Hex Logo

#c8918b Color Hex

#C8918B
(200,145,139)
0 Favorites   0 Comments

Color spaces of #c8918b

RGB 200145139
HSL0.020.360.66
HSV31°78°
CMYK 0.000.280.31   0.22
XYZ38.605034.394229.0301
Yxy34.39420.37840.3371
Hunter Lab58.646614.868911.7040
CIE-Lab65.274319.966811.4041

#c8918b color RGB value is (200,145,139).

#c8918b hex color red value is 200, green value is 145 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c8918b hue: 0.02 , saturation: 0.36 and the lightness value of c8918b is 0.66.

The process color (four color CMYK) of #c8918b color hex is 0.00, 0.28, 0.31, 0.22. Web safe color of #c8918b is #cc9999. Color #c8918b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010001 10001011
Octal 310 221 213
Decimal 200 145 139
Hex C8 91 8B

RGB Percentages of Color #c8918b

%41.32
%29.96
%28.72

CMYK Percentages of Color #c8918b

%0
%28
%31
%22

Triadic Colors of #c8918b

#c8918b #8bc891 #918bc8

Analogous Colors of #c8918b

#c8918b #c8b08b #c88ba4

Monochromatic Colors of #c8918b

#c8918b

Complementary Color

#c8918b #8bc2c8

#c8918b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8918b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8918b Color CSS Codes

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

#c8918b Text Font Color

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

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


#c8918b Background Color

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

This div background color is #c8918b


#c8918b Border Color

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

This div border color is #c8918b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8918b


Comments

No comments written yet.

Please login to write comment.