Color Hex Logo

#c017fe Color Hex

#C017FE
(192,23,254)
0 Favorites   0 Comments

Color spaces of #c017fe

RGB 19223254
HSL0.790.990.54
HSV284°91°100°
CMYK 0.240.910.00   0.00
XYZ39.934018.975095.3237
Yxy18.97500.25890.1230
Hunter Lab43.560387.4097-99.2530
CIE-Lab50.657987.1695-76.3998

#c017fe color RGB value is (192,23,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010111 11111110
Octal 300 27 376
Decimal 192 23 254
Hex C0 17 FE

RGB Percentages of Color #c017fe

%40.94
%4.90
%54.16

CMYK Percentages of Color #c017fe

%24
%91
%0
%0

Triadic Colors of #c017fe

#c017fe #fec017 #17fec0

Analogous Colors of #c017fe

#c017fe #fe17c9 #4c17fe

Monochromatic Colors of #c017fe

#c017fe

Complementary Color

#c017fe #55fe17

#c017fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c017fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c017fe Color CSS Codes

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

#c017fe Text Font Color

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

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


#c017fe Background Color

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

This div background color is #c017fe


#c017fe Border Color

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

This div border color is #c017fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c017fe


Comments

No comments written yet.

Please login to write comment.