Color Hex Logo

#c901fa Color Hex

#C901FA
(201,1,250)
0 Favorites   0 Comments

Color spaces of #c901fa

RGB 2011250
HSL0.800.990.49
HSV288°100°98°
CMYK 0.201.000.00   0.02
XYZ41.353619.341391.9962
Yxy19.34130.27080.1267
Hunter Lab43.978790.8823-93.2397
CIE-Lab51.084189.7184-73.4123

#c901fa color RGB value is (201,1,250).

#c901fa hex color red value is 201, green value is 1 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c901fa hue: 0.80 , saturation: 0.99 and the lightness value of c901fa is 0.49.

The process color (four color CMYK) of #c901fa color hex is 0.20, 1.00, 0.00, 0.02. Web safe color of #c901fa is #cc00ff. Color #c901fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000001 11111010
Octal 311 1 372
Decimal 201 1 250
Hex C9 1 FA

RGB Percentages of Color #c901fa

%44.47
%0.22
%55.31

CMYK Percentages of Color #c901fa

%20
%100
%0
%2

Triadic Colors of #c901fa

#c901fa #fac901 #01fac9

Analogous Colors of #c901fa

#c901fa #fa01af #4d01fa

Monochromatic Colors of #c901fa

#c901fa

Complementary Color

#c901fa #32fa01

#c901fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c901fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c901fa Color CSS Codes

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

#c901fa Text Font Color

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

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


#c901fa Background Color

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

This div background color is #c901fa


#c901fa Border Color

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

This div border color is #c901fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c901fa


Comments

No comments written yet.

Please login to write comment.