Color Hex Logo

#e023d2 Color Hex

#E023D2
(224,35,210)
0 Favorites   0 Comments

Color spaces of #e023d2

RGB 22435210
HSL0.850.750.51
HSV304°84°88°
CMYK 0.000.840.06   0.12
XYZ42.974421.702562.8968
Yxy21.70250.33690.1701
Hunter Lab46.585983.1365-47.4387
CIE-Lab53.709983.2869-46.3764

#e023d2 color RGB value is (224,35,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100011 11010010
Octal 340 43 322
Decimal 224 35 210
Hex E0 23 D2

RGB Percentages of Color #e023d2

%47.76
%7.46
%44.78

CMYK Percentages of Color #e023d2

%0
%84
%6
%12

Triadic Colors of #e023d2

#e023d2 #d2e023 #23d2e0

Analogous Colors of #e023d2

#e023d2 #e02374 #9023e0

Monochromatic Colors of #e023d2

#e023d2

Complementary Color

#e023d2 #23e031

#e023d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e023d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e023d2 Color CSS Codes

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

#e023d2 Text Font Color

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

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


#e023d2 Background Color

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

This div background color is #e023d2


#e023d2 Border Color

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

This div border color is #e023d2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,35,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e023d2


Comments

No comments written yet.

Please login to write comment.