Color Hex Logo

#e424ca Color Hex

#E424CA
(228,36,202)
0 Favorites   0 Comments

Color spaces of #e424ca

RGB 22836202
HSL0.860.780.52
HSV308°84°89°
CMYK 0.000.840.11   0.11
XYZ43.286522.020057.8459
Yxy22.02000.35150.1788
Hunter Lab46.925582.5381-40.2401
CIE-Lab54.048282.7555-41.2095

#e424ca color RGB value is (228,36,202).

#e424ca hex color red value is 228, green value is 36 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e424ca hue: 0.86 , saturation: 0.78 and the lightness value of e424ca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100100 11001010
Octal 344 44 312
Decimal 228 36 202
Hex E4 24 CA

RGB Percentages of Color #e424ca

%48.93
%7.73
%43.35

CMYK Percentages of Color #e424ca

%0
%84
%11
%11

Triadic Colors of #e424ca

#e424ca #cae424 #24cae4

Analogous Colors of #e424ca

#e424ca #e4246a #9e24e4

Monochromatic Colors of #e424ca

#e424ca

Complementary Color

#e424ca #24e43e

#e424ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e424ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e424ca Color CSS Codes

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

#e424ca Text Font Color

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

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


#e424ca Background Color

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

This div background color is #e424ca


#e424ca Border Color

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

This div border color is #e424ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e424ca


Comments

No comments written yet.

Please login to write comment.