Color Hex Logo

#e058df Color Hex

#E058DF
(224,88,223)
0 Favorites   0 Comments

Color spaces of #e058df

RGB 22488223
HSL0.830.690.61
HSV300°61°88°
CMYK 0.000.610.00   0.12
XYZ47.549528.154572.7403
Yxy28.15450.32030.1897
Hunter Lab53.060867.1032-44.1372
CIE-Lab60.028169.2155-43.7548

#e058df color RGB value is (224,88,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011000 11011111
Octal 340 130 337
Decimal 224 88 223
Hex E0 58 DF

RGB Percentages of Color #e058df

%41.87
%16.45
%41.68

CMYK Percentages of Color #e058df

%0
%61
%0
%12

Triadic Colors of #e058df

#e058df #dfe058 #58dfe0

Analogous Colors of #e058df

#e058df #e0589b #9d58e0

Monochromatic Colors of #e058df

#e058df

Complementary Color

#e058df #58e059

#e058df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e058df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e058df Color CSS Codes

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

#e058df Text Font Color

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

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


#e058df Background Color

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

This div background color is #e058df


#e058df Border Color

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

This div border color is #e058df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e058df


Comments

No comments written yet.

Please login to write comment.