Color Hex Logo

#c001fa Color Hex

#C001FA
(192,1,250)
0 Favorites   0 Comments

Color spaces of #c001fa

RGB 1921250
HSL0.790.990.49
HSV286°100°98°
CMYK 0.231.000.00   0.02
XYZ39.004418.130391.8862
Yxy18.13030.26170.1217
Hunter Lab42.579788.9974-98.1410
CIE-Lab49.653888.5691-75.8031

#c001fa color RGB value is (192,1,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000001 11111010
Octal 300 1 372
Decimal 192 1 250
Hex C0 1 FA

RGB Percentages of Color #c001fa

%43.34
%0.23
%56.43

CMYK Percentages of Color #c001fa

%23
%100
%0
%2

Triadic Colors of #c001fa

#c001fa #fac001 #01fac0

Analogous Colors of #c001fa

#c001fa #fa01b8 #4401fa

Monochromatic Colors of #c001fa

#c001fa

Complementary Color

#c001fa #3bfa01

#c001fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c001fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c001fa Color CSS Codes

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

#c001fa Text Font Color

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

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


#c001fa Background Color

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

This div background color is #c001fa


#c001fa Border Color

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

This div border color is #c001fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c001fa


Comments

No comments written yet.

Please login to write comment.