Color Hex Logo

#c024ac Color Hex

#C024AC
(192,36,172)
0 Favorites   0 Comments

Color spaces of #c024ac

RGB 19236172
HSL0.850.680.45
HSV308°81°75°
CMYK 0.000.810.10   0.25
XYZ29.815515.446840.4398
Yxy15.44680.34790.1802
Hunter Lab39.302466.6340-33.4941
CIE-Lab46.240271.4565-36.4521

#c024ac color RGB value is (192,36,172).

#c024ac hex color red value is 192, green value is 36 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c024ac hue: 0.85 , saturation: 0.68 and the lightness value of c024ac is 0.45.

The process color (four color CMYK) of #c024ac color hex is 0.00, 0.81, 0.10, 0.25. Web safe color of #c024ac is #cc3399. Color #c024ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100100 10101100
Octal 300 44 254
Decimal 192 36 172
Hex C0 24 AC

RGB Percentages of Color #c024ac

%48.00
%9.00
%43.00

CMYK Percentages of Color #c024ac

%0
%81
%10
%25

Triadic Colors of #c024ac

#c024ac #acc024 #24acc0

Analogous Colors of #c024ac

#c024ac #c0245e #8624c0

Monochromatic Colors of #c024ac

#c024ac

Complementary Color

#c024ac #24c038

#c024ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c024ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c024ac Color CSS Codes

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

#c024ac Text Font Color

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

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


#c024ac Background Color

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

This div background color is #c024ac


#c024ac Border Color

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

This div border color is #c024ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c024ac


Comments

No comments written yet.

Please login to write comment.