Color Hex Logo

#c89bcb Color Hex

#C89BCB
(200,155,203)
0 Favorites   0 Comments

Color spaces of #c89bcb

RGB 200155203
HSL0.820.320.70
HSV296°24°80°
CMYK 0.010.240.00   0.20
XYZ46.320340.033861.7859
Yxy40.03380.31270.2702
Hunter Lab63.272319.9496-13.6066
CIE-Lab69.493624.9656-18.1767

#c89bcb color RGB value is (200,155,203).

#c89bcb hex color red value is 200, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c89bcb hue: 0.82 , saturation: 0.32 and the lightness value of c89bcb is 0.70.

The process color (four color CMYK) of #c89bcb color hex is 0.01, 0.24, 0.00, 0.20. Web safe color of #c89bcb is #cc99cc. Color #c89bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011011 11001011
Octal 310 233 313
Decimal 200 155 203
Hex C8 9B CB

RGB Percentages of Color #c89bcb

%35.84
%27.78
%36.38

CMYK Percentages of Color #c89bcb

%1
%24
%0
%20

Triadic Colors of #c89bcb

#c89bcb #cbc89b #9bcbc8

Analogous Colors of #c89bcb

#c89bcb #cb9bb6 #b09bcb

Monochromatic Colors of #c89bcb

#c89bcb

Complementary Color

#c89bcb #9ecb9b

#c89bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89bcb Color CSS Codes

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

#c89bcb Text Font Color

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

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


#c89bcb Background Color

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

This div background color is #c89bcb


#c89bcb Border Color

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

This div border color is #c89bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89bcb


Comments

No comments written yet.

Please login to write comment.