Color Hex Logo

#c881ba Color Hex

#C881BA
(200,129,186)
0 Favorites   0 Comments

Color spaces of #c881ba

RGB 200129186
HSL0.870.390.65
HSV312°36°78°
CMYK 0.000.360.07   0.22
XYZ40.532631.525050.4030
Yxy31.52500.33100.2574
Hunter Lab56.147130.6016-13.9214
CIE-Lab62.948336.0555-18.5959

#c881ba color RGB value is (200,129,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 10111010
Octal 310 201 272
Decimal 200 129 186
Hex C8 81 BA

RGB Percentages of Color #c881ba

%38.83
%25.05
%36.12

CMYK Percentages of Color #c881ba

%0
%36
%7
%22

Triadic Colors of #c881ba

#c881ba #bac881 #81bac8

Analogous Colors of #c881ba

#c881ba #c88197 #b381c8

Monochromatic Colors of #c881ba

#c881ba

Complementary Color

#c881ba #81c88f

#c881ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c881ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c881ba Color CSS Codes

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

#c881ba Text Font Color

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

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


#c881ba Background Color

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

This div background color is #c881ba


#c881ba Border Color

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

This div border color is #c881ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c881ba


Comments

No comments written yet.

Please login to write comment.