Color Hex Logo

#c882cb Color Hex

#C882CB
(200,130,203)
0 Favorites   0 Comments

Color spaces of #c882cb

RGB 200130203
HSL0.830.410.65
HSV298°36°80°
CMYK 0.010.360.00   0.20
XYZ42.581532.556460.5396
Yxy32.55640.31380.2400
Hunter Lab57.058233.3594-22.9668
CIE-Lab63.800138.6216-26.8722

#c882cb color RGB value is (200,130,203).

#c882cb hex color red value is 200, green value is 130 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c882cb hue: 0.83 , saturation: 0.41 and the lightness value of c882cb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000010 11001011
Octal 310 202 313
Decimal 200 130 203
Hex C8 82 CB

RGB Percentages of Color #c882cb

%37.52
%24.39
%38.09

CMYK Percentages of Color #c882cb

%1
%36
%0
%20

Triadic Colors of #c882cb

#c882cb #cbc882 #82cbc8

Analogous Colors of #c882cb

#c882cb #cb82aa #a482cb

Monochromatic Colors of #c882cb

#c882cb

Complementary Color

#c882cb #85cb82

#c882cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c882cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c882cb Color CSS Codes

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

#c882cb Text Font Color

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

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


#c882cb Background Color

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

This div background color is #c882cb


#c882cb Border Color

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

This div border color is #c882cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c882cb


Comments

No comments written yet.

Please login to write comment.