Color Hex Logo

#e522df Color Hex

#E522DF
(229,34,223)
0 Favorites   0 Comments

Color spaces of #e522df

RGB 22934223
HSL0.840.790.52
HSV302°85°90°
CMYK 0.000.850.03   0.10
XYZ46.204423.129871.8413
Yxy23.12980.32730.1638
Hunter Lab48.093587.3252-54.9011
CIE-Lab55.205886.2225-51.3458

#e522df color RGB value is (229,34,223).

#e522df hex color red value is 229, green value is 34 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e522df hue: 0.84 , saturation: 0.79 and the lightness value of e522df is 0.52.

The process color (four color CMYK) of #e522df color hex is 0.00, 0.85, 0.03, 0.10. Web safe color of #e522df is #cc33cc. Color #e522df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100010 11011111
Octal 345 42 337
Decimal 229 34 223
Hex E5 22 DF

RGB Percentages of Color #e522df

%47.12
%7.00
%45.88

CMYK Percentages of Color #e522df

%0
%85
%3
%10

Triadic Colors of #e522df

#e522df #dfe522 #22dfe5

Analogous Colors of #e522df

#e522df #e5227e #8a22e5

Monochromatic Colors of #e522df

#e522df

Complementary Color

#e522df #22e528

#e522df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e522df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e522df Color CSS Codes

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

#e522df Text Font Color

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

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


#e522df Background Color

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

This div background color is #e522df


#e522df Border Color

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

This div border color is #e522df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e522df


Comments

No comments written yet.

Please login to write comment.