Color Hex Logo

#c880bf Color Hex

#C880BF
(200,128,191)
0 Favorites   0 Comments

Color spaces of #c880bf

RGB 200128191
HSL0.850.400.64
HSV308°36°78°
CMYK 0.000.360.05   0.22
XYZ40.942631.479353.2084
Yxy31.47930.32590.2506
Hunter Lab56.106432.0708-16.9531
CIE-Lab62.910237.4847-21.4804

#c880bf color RGB value is (200,128,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000000 10111111
Octal 310 200 277
Decimal 200 128 191
Hex C8 80 BF

RGB Percentages of Color #c880bf

%38.54
%24.66
%36.80

CMYK Percentages of Color #c880bf

%0
%36
%5
%22

Triadic Colors of #c880bf

#c880bf #bfc880 #80bfc8

Analogous Colors of #c880bf

#c880bf #c8809b #ad80c8

Monochromatic Colors of #c880bf

#c880bf

Complementary Color

#c880bf #80c889

#c880bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c880bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c880bf Color CSS Codes

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

#c880bf Text Font Color

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

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


#c880bf Background Color

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

This div background color is #c880bf


#c880bf Border Color

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

This div border color is #c880bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c880bf


Comments

No comments written yet.

Please login to write comment.