Color Hex Logo

#c8818b Color Hex

#C8818B
(200,129,139)
0 Favorites   0 Comments

Color spaces of #c8818b

RGB 200129139
HSL0.980.390.65
HSV352°36°78°
CMYK 0.000.360.31   0.22
XYZ36.329929.844028.2718
Yxy29.84400.38470.3160
Hunter Lab54.629723.10447.5572
CIE-Lab61.519428.72996.0608

#c8818b color RGB value is (200,129,139).

#c8818b hex color red value is 200, green value is 129 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c8818b hue: 0.98 , saturation: 0.39 and the lightness value of c8818b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 10001011
Octal 310 201 213
Decimal 200 129 139
Hex C8 81 8B

RGB Percentages of Color #c8818b

%42.74
%27.56
%29.70

CMYK Percentages of Color #c8818b

%0
%36
%31
%22

Triadic Colors of #c8818b

#c8818b #8bc881 #818bc8

Analogous Colors of #c8818b

#c8818b #c89b81 #c881af

Monochromatic Colors of #c8818b

#c8818b

Complementary Color

#c8818b #81c8be

#c8818b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8818b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8818b Color CSS Codes

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

#c8818b Text Font Color

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

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


#c8818b Background Color

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

This div background color is #c8818b


#c8818b Border Color

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

This div border color is #c8818b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,129,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 #c8818b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8818b


Comments

No comments written yet.

Please login to write comment.