Color Hex Logo

#c050fe Color Hex

#C050FE
(192,80,254)
0 Favorites   0 Comments

Color spaces of #c050fe

RGB 19280254
HSL0.770.990.65
HSV279°69°100°
CMYK 0.240.690.00   0.00
XYZ42.496324.099596.1778
Yxy24.09950.26110.1481
Hunter Lab49.091268.6105-81.7950
CIE-Lab56.187371.1802-67.4362

#c050fe color RGB value is (192,80,254).

#c050fe hex color red value is 192, green value is 80 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c050fe hue: 0.77 , saturation: 0.99 and the lightness value of c050fe is 0.65.

The process color (four color CMYK) of #c050fe color hex is 0.24, 0.69, 0.00, 0.00. Web safe color of #c050fe is #cc66ff. Color #c050fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 11111110
Octal 300 120 376
Decimal 192 80 254
Hex C0 50 FE

RGB Percentages of Color #c050fe

%36.50
%15.21
%48.29

CMYK Percentages of Color #c050fe

%24
%69
%0
%0

Triadic Colors of #c050fe

#c050fe #fec050 #50fec0

Analogous Colors of #c050fe

#c050fe #fe50e5 #6950fe

Monochromatic Colors of #c050fe

#c050fe

Complementary Color

#c050fe #8efe50

#c050fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c050fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c050fe Color CSS Codes

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

#c050fe Text Font Color

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

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


#c050fe Background Color

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

This div background color is #c050fe


#c050fe Border Color

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

This div border color is #c050fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c050fe


Comments

No comments written yet.

Please login to write comment.