Color Hex Logo

#e023dc Color Hex

#E023DC
(224,35,220)
0 Favorites   0 Comments

Color spaces of #e023dc

RGB 22435220
HSL0.840.750.51
HSV301°84°88°
CMYK 0.000.840.02   0.12
XYZ44.259822.216769.6656
Yxy22.21670.32510.1632
Hunter Lab47.134685.1275-54.6372
CIE-Lab54.256284.7210-51.2073

#e023dc color RGB value is (224,35,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100011 11011100
Octal 340 43 334
Decimal 224 35 220
Hex E0 23 DC

RGB Percentages of Color #e023dc

%46.76
%7.31
%45.93

CMYK Percentages of Color #e023dc

%0
%84
%2
%12

Triadic Colors of #e023dc

#e023dc #dce023 #23dce0

Analogous Colors of #e023dc

#e023dc #e0237e #8623e0

Monochromatic Colors of #e023dc

#e023dc

Complementary Color

#e023dc #23e027

#e023dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e023dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e023dc Color CSS Codes

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

#e023dc Text Font Color

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

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


#e023dc Background Color

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

This div background color is #e023dc


#e023dc Border Color

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

This div border color is #e023dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e023dc


Comments

No comments written yet.

Please login to write comment.