Color Hex Logo

#c024ed Color Hex

#C024ED
(192,36,237)
0 Favorites   0 Comments

Color spaces of #c024ed

RGB 19236237
HSL0.800.850.54
HSV287°85°93°
CMYK 0.190.850.00   0.07
XYZ37.655218.582681.7229
Yxy18.58260.27290.1347
Hunter Lab43.107580.4847-82.2262
CIE-Lab50.195281.9006-67.6273

#c024ed color RGB value is (192,36,237).

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

The process color (four color CMYK) of #c024ed color hex is 0.19, 0.85, 0.00, 0.07. Web safe color of #c024ed is #cc33ff. Color #c024ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100100 11101101
Octal 300 44 355
Decimal 192 36 237
Hex C0 24 ED

RGB Percentages of Color #c024ed

%41.29
%7.74
%50.97

CMYK Percentages of Color #c024ed

%19
%85
%0
%7

Triadic Colors of #c024ed

#c024ed #edc024 #24edc0

Analogous Colors of #c024ed

#c024ed #ed24b6 #5b24ed

Monochromatic Colors of #c024ed

#c024ed

Complementary Color

#c024ed #51ed24

#c024ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c024ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c024ed Color CSS Codes

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

#c024ed Text Font Color

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

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


#c024ed Background Color

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

This div background color is #c024ed


#c024ed Border Color

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

This div border color is #c024ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c024ed


Comments

No comments written yet.

Please login to write comment.