Color Hex Logo

#c024ca Color Hex

#C024CA
(192,36,202)
0 Favorites   0 Comments

Color spaces of #c024ca

RGB 19236202
HSL0.820.700.47
HSV296°82°79°
CMYK 0.050.820.00   0.21
XYZ33.029816.732557.3659
Yxy16.73250.30830.1562
Hunter Lab40.905472.5487-54.5148
CIE-Lab47.921276.0050-51.3240

#c024ca color RGB value is (192,36,202).

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

The process color (four color CMYK) of #c024ca color hex is 0.05, 0.82, 0.00, 0.21. Web safe color of #c024ca is #cc33cc. Color #c024ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100100 11001010
Octal 300 44 312
Decimal 192 36 202
Hex C0 24 CA

RGB Percentages of Color #c024ca

%44.65
%8.37
%46.98

CMYK Percentages of Color #c024ca

%5
%82
%0
%21

Triadic Colors of #c024ca

#c024ca #cac024 #24cac0

Analogous Colors of #c024ca

#c024ca #ca2481 #6d24ca

Monochromatic Colors of #c024ca

#c024ca

Complementary Color

#c024ca #2eca24

#c024ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c024ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c024ca Color CSS Codes

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

#c024ca Text Font Color

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

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


#c024ca Background Color

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

This div background color is #c024ca


#c024ca Border Color

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

This div border color is #c024ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c024ca


Comments

No comments written yet.

Please login to write comment.