Color Hex Logo

#c89bcc Color Hex

#C89BCC
(200,155,204)
0 Favorites   0 Comments

Color spaces of #c89bcc

RGB 200155204
HSL0.820.320.70
HSV295°24°80°
CMYK 0.020.240.00   0.20
XYZ46.439840.081762.4156
Yxy40.08170.31180.2691
Hunter Lab63.310120.1422-14.1352
CIE-Lab69.527725.1567-18.6785

#c89bcc color RGB value is (200,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011011 11001100
Octal 310 233 314
Decimal 200 155 204
Hex C8 9B CC

RGB Percentages of Color #c89bcc

%35.78
%27.73
%36.49

CMYK Percentages of Color #c89bcc

%2
%24
%0
%20

Triadic Colors of #c89bcc

#c89bcc #ccc89b #9bccc8

Analogous Colors of #c89bcc

#c89bcc #cc9bb8 #b09bcc

Monochromatic Colors of #c89bcc

#c89bcc

Complementary Color

#c89bcc #9fcc9b

#c89bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89bcc Color CSS Codes

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

#c89bcc Text Font Color

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

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


#c89bcc Background Color

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

This div background color is #c89bcc


#c89bcc Border Color

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

This div border color is #c89bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89bcc


Comments

No comments written yet.

Please login to write comment.