Color Hex Logo

#e058de Color Hex

#E058DE
(224,88,222)
0 Favorites   0 Comments

Color spaces of #e058de

RGB 22488222
HSL0.840.690.61
HSV301°61°88°
CMYK 0.000.610.01   0.12
XYZ47.415028.100772.0322
Yxy28.10070.32140.1905
Hunter Lab53.010166.8921-43.4585
CIE-Lab59.979669.0497-43.2692

#e058de color RGB value is (224,88,222).

#e058de hex color red value is 224, green value is 88 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e058de hue: 0.84 , saturation: 0.69 and the lightness value of e058de is 0.61.

The process color (four color CMYK) of #e058de color hex is 0.00, 0.61, 0.01, 0.12. Web safe color of #e058de is #cc66cc. Color #e058de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011000 11011110
Octal 340 130 336
Decimal 224 88 222
Hex E0 58 DE

RGB Percentages of Color #e058de

%41.95
%16.48
%41.57

CMYK Percentages of Color #e058de

%0
%61
%1
%12

Triadic Colors of #e058de

#e058de #dee058 #58dee0

Analogous Colors of #e058de

#e058de #e0589a #9e58e0

Monochromatic Colors of #e058de

#e058de

Complementary Color

#e058de #58e05a

#e058de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e058de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e058de Color CSS Codes

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

#e058de Text Font Color

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

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


#e058de Background Color

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

This div background color is #e058de


#e058de Border Color

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

This div border color is #e058de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e058de


Comments

No comments written yet.

Please login to write comment.