Color Hex Logo

#cc19fa Color Hex

#CC19FA
(204,25,250)
0 Favorites   0 Comments

Color spaces of #cc19fa

RGB 20425250
HSL0.800.960.54
HSV288°90°98°
CMYK 0.180.900.00   0.02
XYZ42.504820.434892.1465
Yxy20.43480.27410.1318
Hunter Lab45.204988.7298-89.2145
CIE-Lab52.325387.8522-71.3753

#cc19fa color RGB value is (204,25,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011001 11111010
Octal 314 31 372
Decimal 204 25 250
Hex CC 19 FA

RGB Percentages of Color #cc19fa

%42.59
%5.22
%52.19

CMYK Percentages of Color #cc19fa

%18
%90
%0
%2

Triadic Colors of #cc19fa

#cc19fa #facc19 #19facc

Analogous Colors of #cc19fa

#cc19fa #fa19b8 #5c19fa

Monochromatic Colors of #cc19fa

#cc19fa

Complementary Color

#cc19fa #47fa19

#cc19fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc19fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc19fa Color CSS Codes

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

#cc19fa Text Font Color

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

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


#cc19fa Background Color

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

This div background color is #cc19fa


#cc19fa Border Color

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

This div border color is #cc19fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,25,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc19fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc19fa


Comments

No comments written yet.

Please login to write comment.