Color Hex Logo

#c880bc Color Hex

#C880BC
(200,128,188)
0 Favorites   0 Comments

Color spaces of #c880bc

RGB 200128188
HSL0.860.400.64
HSV310°36°78°
CMYK 0.000.360.06   0.22
XYZ40.615731.348551.4871
Yxy31.34850.32900.2539
Hunter Lab55.989731.5043-15.3292
CIE-Lab62.800736.9488-19.9517

#c880bc color RGB value is (200,128,188).

#c880bc hex color red value is 200, green value is 128 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c880bc hue: 0.86 , saturation: 0.40 and the lightness value of c880bc is 0.64.

The process color (four color CMYK) of #c880bc color hex is 0.00, 0.36, 0.06, 0.22. Web safe color of #c880bc is #cc99cc. Color #c880bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000000 10111100
Octal 310 200 274
Decimal 200 128 188
Hex C8 80 BC

RGB Percentages of Color #c880bc

%38.76
%24.81
%36.43

CMYK Percentages of Color #c880bc

%0
%36
%6
%22

Triadic Colors of #c880bc

#c880bc #bcc880 #80bcc8

Analogous Colors of #c880bc

#c880bc #c88098 #b080c8

Monochromatic Colors of #c880bc

#c880bc

Complementary Color

#c880bc #80c88c

#c880bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c880bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c880bc Color CSS Codes

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

#c880bc Text Font Color

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

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


#c880bc Background Color

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

This div background color is #c880bc


#c880bc Border Color

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

This div border color is #c880bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c880bc


Comments

No comments written yet.

Please login to write comment.