Color Hex Logo

#cc24fb Color Hex

#CC24FB
(204,36,251)
0 Favorites   0 Comments

Color spaces of #cc24fb

RGB 20436251
HSL0.800.960.56
HSV287°86°98°
CMYK 0.190.860.00   0.02
XYZ42.945321.064293.0691
Yxy21.06420.27340.1341
Hunter Lab45.895886.7074-88.1034
CIE-Lab53.019786.1754-70.8074

#cc24fb color RGB value is (204,36,251).

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

The process color (four color CMYK) of #cc24fb color hex is 0.19, 0.86, 0.00, 0.02. Web safe color of #cc24fb is #cc33ff. Color #cc24fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 11111011
Octal 314 44 373
Decimal 204 36 251
Hex CC 24 FB

RGB Percentages of Color #cc24fb

%41.55
%7.33
%51.12

CMYK Percentages of Color #cc24fb

%19
%86
%0
%2

Triadic Colors of #cc24fb

#cc24fb #fbcc24 #24fbcc

Analogous Colors of #cc24fb

#cc24fb #fb24bf #6024fb

Monochromatic Colors of #cc24fb

#cc24fb

Complementary Color

#cc24fb #53fb24

#cc24fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc24fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc24fb Color CSS Codes

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

#cc24fb Text Font Color

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

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


#cc24fb Background Color

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

This div background color is #cc24fb


#cc24fb Border Color

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

This div border color is #cc24fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc24fb

Related Colors


Comments

No comments written yet.

Please login to write comment.