Color Hex Logo

#c897cb Color Hex

#C897CB
(200,151,203)
0 Favorites   0 Comments

Color spaces of #c897cb

RGB 200151203
HSL0.820.330.69
HSV297°26°80°
CMYK 0.010.260.00   0.20
XYZ45.665538.724461.5676
Yxy38.72440.31290.2653
Hunter Lab62.228922.0881-15.0996
CIE-Lab68.551227.1649-19.6064

#c897cb color RGB value is (200,151,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010111 11001011
Octal 310 227 313
Decimal 200 151 203
Hex C8 97 CB

RGB Percentages of Color #c897cb

%36.10
%27.26
%36.64

CMYK Percentages of Color #c897cb

%1
%26
%0
%20

Triadic Colors of #c897cb

#c897cb #cbc897 #97cbc8

Analogous Colors of #c897cb

#c897cb #cb97b4 #ae97cb

Monochromatic Colors of #c897cb

#c897cb

Complementary Color

#c897cb #9acb97

#c897cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c897cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c897cb Color CSS Codes

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

#c897cb Text Font Color

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

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


#c897cb Background Color

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

This div background color is #c897cb


#c897cb Border Color

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

This div border color is #c897cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c897cb


Comments

No comments written yet.

Please login to write comment.