Color Hex Logo

#c981fa Color Hex

#C981FA
(201,129,250)
0 Favorites   0 Comments

Color spaces of #c981fa

RGB 201129250
HSL0.770.920.74
HSV276°48°98°
CMYK 0.200.480.00   0.02
XYZ49.193035.020194.6093
Yxy35.02010.27510.1958
Hunter Lab59.177844.8214-53.3643
CIE-Lab65.764349.0116-49.8752

#c981fa color RGB value is (201,129,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000001 11111010
Octal 311 201 372
Decimal 201 129 250
Hex C9 81 FA

RGB Percentages of Color #c981fa

%34.66
%22.24
%43.10

CMYK Percentages of Color #c981fa

%20
%48
%0
%2

Triadic Colors of #c981fa

#c981fa #fac981 #81fac9

Analogous Colors of #c981fa

#c981fa #fa81ef #8d81fa

Monochromatic Colors of #c981fa

#c981fa

Complementary Color

#c981fa #b2fa81

#c981fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c981fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c981fa Color CSS Codes

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

#c981fa Text Font Color

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

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


#c981fa Background Color

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

This div background color is #c981fa


#c981fa Border Color

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

This div border color is #c981fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c981fa

Related Colors


Comments

No comments written yet.

Please login to write comment.