Color Hex Logo

#c880ba Color Hex

#C880BA
(200,128,186)
0 Favorites   0 Comments

Color spaces of #c880ba

RGB 200128186
HSL0.870.400.64
HSV312°36°78°
CMYK 0.000.360.07   0.22
XYZ40.401531.262950.3593
Yxy31.26290.33110.2562
Hunter Lab55.913231.1315-14.2614
CIE-Lab62.728936.5950-18.9294

#c880ba color RGB value is (200,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000000 10111010
Octal 310 200 272
Decimal 200 128 186
Hex C8 80 BA

RGB Percentages of Color #c880ba

%38.91
%24.90
%36.19

CMYK Percentages of Color #c880ba

%0
%36
%7
%22

Triadic Colors of #c880ba

#c880ba #bac880 #80bac8

Analogous Colors of #c880ba

#c880ba #c88096 #b280c8

Monochromatic Colors of #c880ba

#c880ba

Complementary Color

#c880ba #80c88e

#c880ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c880ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c880ba Color CSS Codes

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

#c880ba Text Font Color

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

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


#c880ba Background Color

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

This div background color is #c880ba


#c880ba Border Color

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

This div border color is #c880ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c880ba


Comments

No comments written yet.

Please login to write comment.