Color Hex Logo

#c892cb Color Hex

#C892CB
(200,146,203)
0 Favorites   0 Comments

Color spaces of #c892cb

RGB 200146203
HSL0.820.350.68
HSV297°28°80°
CMYK 0.010.280.00   0.20
XYZ44.877837.148961.3051
Yxy37.14890.31310.2592
Hunter Lab60.949924.7684-16.9706
CIE-Lab67.388629.9112-21.3754

#c892cb color RGB value is (200,146,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010010 11001011
Octal 310 222 313
Decimal 200 146 203
Hex C8 92 CB

RGB Percentages of Color #c892cb

%36.43
%26.59
%36.98

CMYK Percentages of Color #c892cb

%1
%28
%0
%20

Triadic Colors of #c892cb

#c892cb #cbc892 #92cbc8

Analogous Colors of #c892cb

#c892cb #cb92b2 #ac92cb

Monochromatic Colors of #c892cb

#c892cb

Complementary Color

#c892cb #95cb92

#c892cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c892cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c892cb Color CSS Codes

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

#c892cb Text Font Color

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

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


#c892cb Background Color

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

This div background color is #c892cb


#c892cb Border Color

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

This div border color is #c892cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c892cb


Comments

No comments written yet.

Please login to write comment.