Color Hex Logo

#e52adf Color Hex

#E52ADF
(229,42,223)
0 Favorites   0 Comments

Color spaces of #e52adf

RGB 22942223
HSL0.840.780.53
HSV302°82°90°
CMYK 0.000.820.03   0.10
XYZ46.460323.641771.9266
Yxy23.64170.32710.1665
Hunter Lab48.622785.4717-53.6706
CIE-Lab55.727384.6992-50.5156

#e52adf color RGB value is (229,42,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101010 11011111
Octal 345 52 337
Decimal 229 42 223
Hex E5 2A DF

RGB Percentages of Color #e52adf

%46.36
%8.50
%45.14

CMYK Percentages of Color #e52adf

%0
%82
%3
%10

Triadic Colors of #e52adf

#e52adf #dfe52a #2adfe5

Analogous Colors of #e52adf

#e52adf #e52a82 #8e2ae5

Monochromatic Colors of #e52adf

#e52adf

Complementary Color

#e52adf #2ae530

#e52adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52adf Color CSS Codes

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

#e52adf Text Font Color

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

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


#e52adf Background Color

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

This div background color is #e52adf


#e52adf Border Color

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

This div border color is #e52adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52adf


Comments

No comments written yet.

Please login to write comment.