Color Hex Logo

#c981fe Color Hex

#C981FE
(201,129,254)
0 Favorites   0 Comments

Color spaces of #c981fe

RGB 201129254
HSL0.760.980.75
HSV275°49°100°
CMYK 0.210.490.00   0.00
XYZ49.827035.273897.9483
Yxy35.27380.27220.1927
Hunter Lab59.391845.8179-56.2063
CIE-Lab65.961349.8799-51.7548

#c981fe color RGB value is (201,129,254).

#c981fe hex color red value is 201, green value is 129 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c981fe hue: 0.76 , saturation: 0.98 and the lightness value of c981fe is 0.75.

The process color (four color CMYK) of #c981fe color hex is 0.21, 0.49, 0.00, 0.00. Web safe color of #c981fe is #cc99ff. Color #c981fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000001 11111110
Octal 311 201 376
Decimal 201 129 254
Hex C9 81 FE

RGB Percentages of Color #c981fe

%34.42
%22.09
%43.49

CMYK Percentages of Color #c981fe

%21
%49
%0
%0

Triadic Colors of #c981fe

#c981fe #fec981 #81fec9

Analogous Colors of #c981fe

#c981fe #fe81f5 #8b81fe

Monochromatic Colors of #c981fe

#c981fe

Complementary Color

#c981fe #b6fe81

#c981fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c981fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c981fe Color CSS Codes

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

#c981fe Text Font Color

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

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


#c981fe Background Color

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

This div background color is #c981fe


#c981fe Border Color

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

This div border color is #c981fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c981fe


Comments

No comments written yet.

Please login to write comment.