Color Hex Logo

#e024ca Color Hex

#E024CA
(224,36,202)
0 Favorites   0 Comments

Color spaces of #e024ca

RGB 22436202
HSL0.850.750.51
HSV307°84°88°
CMYK 0.000.840.10   0.12
XYZ42.032021.373357.7872
Yxy21.37330.34680.1764
Hunter Lab46.231381.3818-41.7482
CIE-Lab53.355781.9879-42.3488

#e024ca color RGB value is (224,36,202).

#e024ca hex color red value is 224, green value is 36 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e024ca hue: 0.85 , saturation: 0.75 and the lightness value of e024ca is 0.51.

The process color (four color CMYK) of #e024ca color hex is 0.00, 0.84, 0.10, 0.12. Web safe color of #e024ca is #cc33cc. Color #e024ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100100 11001010
Octal 340 44 312
Decimal 224 36 202
Hex E0 24 CA

RGB Percentages of Color #e024ca

%48.48
%7.79
%43.72

CMYK Percentages of Color #e024ca

%0
%84
%10
%12

Triadic Colors of #e024ca

#e024ca #cae024 #24cae0

Analogous Colors of #e024ca

#e024ca #e0246c #9824e0

Monochromatic Colors of #e024ca

#e024ca

Complementary Color

#e024ca #24e03a

#e024ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e024ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e024ca Color CSS Codes

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

#e024ca Text Font Color

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

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


#e024ca Background Color

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

This div background color is #e024ca


#e024ca Border Color

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

This div border color is #e024ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e024ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e024ca


Comments

No comments written yet.

Please login to write comment.