Color Hex Logo

#c924cc Color Hex

#C924CC
(201,36,204)
0 Favorites   0 Comments

Color spaces of #c924cc

RGB 20136204
HSL0.830.700.47
HSV299°82°80°
CMYK 0.010.820.00   0.20
XYZ35.617418.038958.7314
Yxy18.03890.31690.1605
Hunter Lab42.472275.3645-52.2568
CIE-Lab49.543377.9633-49.7990

#c924cc color RGB value is (201,36,204).

#c924cc hex color red value is 201, green value is 36 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c924cc hue: 0.83 , saturation: 0.70 and the lightness value of c924cc is 0.47.

The process color (four color CMYK) of #c924cc color hex is 0.01, 0.82, 0.00, 0.20. Web safe color of #c924cc is #cc33cc. Color #c924cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100100 11001100
Octal 311 44 314
Decimal 201 36 204
Hex C9 24 CC

RGB Percentages of Color #c924cc

%45.58
%8.16
%46.26

CMYK Percentages of Color #c924cc

%1
%82
%0
%20

Triadic Colors of #c924cc

#c924cc #ccc924 #24ccc9

Analogous Colors of #c924cc

#c924cc #cc247b #7524cc

Monochromatic Colors of #c924cc

#c924cc

Complementary Color

#c924cc #27cc24

#c924cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c924cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c924cc Color CSS Codes

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

#c924cc Text Font Color

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

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


#c924cc Background Color

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

This div background color is #c924cc


#c924cc Border Color

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

This div border color is #c924cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c924cc


Comments

No comments written yet.

Please login to write comment.