Color Hex Logo

#c018fe Color Hex

#C018FE
(192,24,254)
0 Favorites   0 Comments

Color spaces of #c018fe

RGB 19224254
HSL0.790.990.55
HSV284°91°100°
CMYK 0.240.910.00   0.00
XYZ39.954319.015595.3305
Yxy19.01550.25890.1232
Hunter Lab43.606887.2372-99.0915
CIE-Lab50.705387.0286-76.3226

#c018fe color RGB value is (192,24,254).

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

The process color (four color CMYK) of #c018fe color hex is 0.24, 0.91, 0.00, 0.00. Web safe color of #c018fe is #cc00ff. Color #c018fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011000 11111110
Octal 300 30 376
Decimal 192 24 254
Hex C0 18 FE

RGB Percentages of Color #c018fe

%40.85
%5.11
%54.04

CMYK Percentages of Color #c018fe

%24
%91
%0
%0

Triadic Colors of #c018fe

#c018fe #fec018 #18fec0

Analogous Colors of #c018fe

#c018fe #fe18c9 #4d18fe

Monochromatic Colors of #c018fe

#c018fe

Complementary Color

#c018fe #56fe18

#c018fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c018fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c018fe Color CSS Codes

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

#c018fe Text Font Color

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

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


#c018fe Background Color

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

This div background color is #c018fe


#c018fe Border Color

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

This div border color is #c018fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c018fe


Comments

No comments written yet.

Please login to write comment.