Color Hex Logo

#e52fdb Color Hex

#E52FDB
(229,47,219)
0 Favorites   0 Comments

Color spaces of #e52fdb

RGB 22947219
HSL0.840.780.54
HSV303°79°90°
CMYK 0.000.790.04   0.10
XYZ46.115823.805569.1822
Yxy23.80550.33150.1711
Hunter Lab48.790983.3293-49.9156
CIE-Lab55.892583.0110-47.9865

#e52fdb color RGB value is (229,47,219).

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

The process color (four color CMYK) of #e52fdb color hex is 0.00, 0.79, 0.04, 0.10. Web safe color of #e52fdb is #cc33cc. Color #e52fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101111 11011011
Octal 345 57 333
Decimal 229 47 219
Hex E5 2F DB

RGB Percentages of Color #e52fdb

%46.26
%9.49
%44.24

CMYK Percentages of Color #e52fdb

%0
%79
%4
%10

Triadic Colors of #e52fdb

#e52fdb #dbe52f #2fdbe5

Analogous Colors of #e52fdb

#e52fdb #e52f80 #942fe5

Monochromatic Colors of #e52fdb

#e52fdb

Complementary Color

#e52fdb #2fe539

#e52fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52fdb Color CSS Codes

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

#e52fdb Text Font Color

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

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


#e52fdb Background Color

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

This div background color is #e52fdb


#e52fdb Border Color

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

This div border color is #e52fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,47,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52fdb


Comments

No comments written yet.

Please login to write comment.