Color Hex Logo

#c8869b Color Hex

#C8869B
(200,134,155)
0 Favorites   0 Comments

Color spaces of #c8869b

RGB 200134155
HSL0.950.380.65
HSV341°33°78°
CMYK 0.000.330.23   0.22
XYZ38.260931.696135.1117
Yxy31.69610.36420.3017
Hunter Lab56.299322.78452.4326
CIE-Lab63.090928.2744-0.7858

#c8869b color RGB value is (200,134,155).

#c8869b hex color red value is 200, green value is 134 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c8869b hue: 0.95 , saturation: 0.38 and the lightness value of c8869b is 0.65.

The process color (four color CMYK) of #c8869b color hex is 0.00, 0.33, 0.23, 0.22. Web safe color of #c8869b is #cc9999. Color #c8869b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000110 10011011
Octal 310 206 233
Decimal 200 134 155
Hex C8 86 9B

RGB Percentages of Color #c8869b

%40.90
%27.40
%31.70

CMYK Percentages of Color #c8869b

%0
%33
%23
%22

Triadic Colors of #c8869b

#c8869b #9bc886 #869bc8

Analogous Colors of #c8869b

#c8869b #c89286 #c886bc

Monochromatic Colors of #c8869b

#c8869b

Complementary Color

#c8869b #86c8b3

#c8869b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8869b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8869b Color CSS Codes

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

#c8869b Text Font Color

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

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


#c8869b Background Color

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

This div background color is #c8869b


#c8869b Border Color

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

This div border color is #c8869b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8869b


Comments

No comments written yet.

Please login to write comment.