Color Hex Logo

#c030fe Color Hex

#C030FE
(192,48,254)
0 Favorites   0 Comments

Color spaces of #c030fe

RGB 19248254
HSL0.780.990.59
HSV282°81°100°
CMYK 0.240.810.00   0.00
XYZ40.684620.476195.5739
Yxy20.47610.25960.1306
Hunter Lab45.250581.3004-93.5514
CIE-Lab52.371382.1161-73.6130

#c030fe color RGB value is (192,48,254).

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

The process color (four color CMYK) of #c030fe color hex is 0.24, 0.81, 0.00, 0.00. Web safe color of #c030fe is #cc33ff. Color #c030fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110000 11111110
Octal 300 60 376
Decimal 192 48 254
Hex C0 30 FE

RGB Percentages of Color #c030fe

%38.87
%9.72
%51.42

CMYK Percentages of Color #c030fe

%24
%81
%0
%0

Triadic Colors of #c030fe

#c030fe #fec030 #30fec0

Analogous Colors of #c030fe

#c030fe #fe30d5 #5930fe

Monochromatic Colors of #c030fe

#c030fe

Complementary Color

#c030fe #6efe30

#c030fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c030fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c030fe Color CSS Codes

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

#c030fe Text Font Color

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

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


#c030fe Background Color

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

This div background color is #c030fe


#c030fe Border Color

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

This div border color is #c030fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c030fe


Comments

No comments written yet.

Please login to write comment.