Color Hex Logo

#c881fa Color Hex

#C881FA
(200,129,250)
0 Favorites   0 Comments

Color spaces of #c881fa

RGB 200129250
HSL0.760.920.74
HSV275°48°98°
CMYK 0.200.480.00   0.02
XYZ48.925034.882094.5967
Yxy34.88200.27420.1955
Hunter Lab59.061044.5093-53.6208
CIE-Lab65.656748.7452-50.0523

#c881fa color RGB value is (200,129,250).

#c881fa hex color red value is 200, green value is 129 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c881fa hue: 0.76 , saturation: 0.92 and the lightness value of c881fa is 0.74.

The process color (four color CMYK) of #c881fa color hex is 0.20, 0.48, 0.00, 0.02. Web safe color of #c881fa is #cc99ff. Color #c881fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 11111010
Octal 310 201 372
Decimal 200 129 250
Hex C8 81 FA

RGB Percentages of Color #c881fa

%34.54
%22.28
%43.18

CMYK Percentages of Color #c881fa

%20
%48
%0
%2

Triadic Colors of #c881fa

#c881fa #fac881 #81fac8

Analogous Colors of #c881fa

#c881fa #fa81f0 #8c81fa

Monochromatic Colors of #c881fa

#c881fa

Complementary Color

#c881fa #b3fa81

#c881fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c881fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c881fa Color CSS Codes

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

#c881fa Text Font Color

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

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


#c881fa Background Color

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

This div background color is #c881fa


#c881fa Border Color

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

This div border color is #c881fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c881fa


Comments

No comments written yet.

Please login to write comment.