Color Hex Logo

#c881ca Color Hex

#C881CA
(200,129,202)
0 Favorites   0 Comments

Color spaces of #c881ca

RGB 200129202
HSL0.830.410.65
HSV298°36°79°
CMYK 0.010.360.00   0.21
XYZ42.330332.244159.8698
Yxy32.24410.31490.2398
Hunter Lab56.783933.6934-22.7634
CIE-Lab63.544138.9712-26.7048

#c881ca color RGB value is (200,129,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 11001010
Octal 310 201 312
Decimal 200 129 202
Hex C8 81 CA

RGB Percentages of Color #c881ca

%37.66
%24.29
%38.04

CMYK Percentages of Color #c881ca

%1
%36
%0
%21

Triadic Colors of #c881ca

#c881ca #cac881 #81cac8

Analogous Colors of #c881ca

#c881ca #ca81a8 #a481ca

Monochromatic Colors of #c881ca

#c881ca

Complementary Color

#c881ca #83ca81

#c881ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c881ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c881ca Color CSS Codes

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

#c881ca Text Font Color

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

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


#c881ca Background Color

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

This div background color is #c881ca


#c881ca Border Color

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

This div border color is #c881ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c881ca


Comments

No comments written yet.

Please login to write comment.