Color Hex Logo

#cc19fe Color Hex

#CC19FE
(204,25,254)
0 Favorites   0 Comments

Color spaces of #cc19fe

RGB 20425254
HSL0.800.990.55
HSV287°90°100°
CMYK 0.200.900.00   0.00
XYZ43.138920.688495.4855
Yxy20.68840.27080.1299
Hunter Lab45.484589.6970-92.6282
CIE-Lab52.606888.5309-73.1480

#cc19fe color RGB value is (204,25,254).

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

The process color (four color CMYK) of #cc19fe color hex is 0.20, 0.90, 0.00, 0.00. Web safe color of #cc19fe is #cc00ff. Color #cc19fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011001 11111110
Octal 314 31 376
Decimal 204 25 254
Hex CC 19 FE

RGB Percentages of Color #cc19fe

%42.24
%5.18
%52.59

CMYK Percentages of Color #cc19fe

%20
%90
%0
%0

Triadic Colors of #cc19fe

#cc19fe #fecc19 #19fecc

Analogous Colors of #cc19fe

#cc19fe #fe19be #5919fe

Monochromatic Colors of #cc19fe

#cc19fe

Complementary Color

#cc19fe #4bfe19

#cc19fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc19fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc19fe Color CSS Codes

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

#cc19fe Text Font Color

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

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


#cc19fe Background Color

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

This div background color is #cc19fe


#cc19fe Border Color

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

This div border color is #cc19fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc19fe


Comments

No comments written yet.

Please login to write comment.