Color Hex Logo

#cc19fb Color Hex

#CC19FB
(204,25,251)
0 Favorites   0 Comments

Color spaces of #cc19fb

RGB 20425251
HSL0.800.970.54
HSV288°90°98°
CMYK 0.190.900.00   0.02
XYZ42.662120.497792.9747
Yxy20.49770.27320.1313
Hunter Lab45.274488.9706-90.0649
CIE-Lab52.395388.0214-71.8197

#cc19fb color RGB value is (204,25,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011001 11111011
Octal 314 31 373
Decimal 204 25 251
Hex CC 19 FB

RGB Percentages of Color #cc19fb

%42.50
%5.21
%52.29

CMYK Percentages of Color #cc19fb

%19
%90
%0
%2

Triadic Colors of #cc19fb

#cc19fb #fbcc19 #19fbcc

Analogous Colors of #cc19fb

#cc19fb #fb19b9 #5b19fb

Monochromatic Colors of #cc19fb

#cc19fb

Complementary Color

#cc19fb #48fb19

#cc19fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc19fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc19fb Color CSS Codes

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

#cc19fb Text Font Color

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

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


#cc19fb Background Color

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

This div background color is #cc19fb


#cc19fb Border Color

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

This div border color is #cc19fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc19fb


Comments

No comments written yet.

Please login to write comment.