Color Hex Logo

#cc24de Color Hex

#CC24DE
(204,36,222)
0 Favorites   0 Comments

Color spaces of #cc24de

RGB 20436222
HSL0.820.740.51
HSV294°84°87°
CMYK 0.080.840.00   0.13
XYZ38.717519.373070.8060
Yxy19.37300.30040.1503
Hunter Lab44.014879.9913-64.5687
CIE-Lab51.120881.3326-57.5485

#cc24de color RGB value is (204,36,222).

#cc24de hex color red value is 204, green value is 36 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc24de hue: 0.82 , saturation: 0.74 and the lightness value of cc24de is 0.51.

The process color (four color CMYK) of #cc24de color hex is 0.08, 0.84, 0.00, 0.13. Web safe color of #cc24de is #cc33cc. Color #cc24de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 11011110
Octal 314 44 336
Decimal 204 36 222
Hex CC 24 DE

RGB Percentages of Color #cc24de

%44.16
%7.79
%48.05

CMYK Percentages of Color #cc24de

%8
%84
%0
%13

Triadic Colors of #cc24de

#cc24de #decc24 #24decc

Analogous Colors of #cc24de

#cc24de #de2493 #6f24de

Monochromatic Colors of #cc24de

#cc24de

Complementary Color

#cc24de #36de24

#cc24de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc24de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc24de Color CSS Codes

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

#cc24de Text Font Color

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

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


#cc24de Background Color

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

This div background color is #cc24de


#cc24de Border Color

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

This div border color is #cc24de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc24de


Comments

No comments written yet.

Please login to write comment.