color codes Logo

#e53fdb color codes

#E53FDB
(229,63,219)
0 Favorites   0 Comments

Color spaces of #e53fdb

RGB 22963219
HSL0.840.760.57
HSV304°72°90°
CMYK 0.000.720.04   0.10
XYZ46.876825.327569.4358
Yxy25.32750.33100.1788
Hunter Lab50.326478.1934-46.5744
CIE-Lab57.393178.6922-45.6091

#e53fdb color RGB value is (229,63,219).

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

The process color (four color CMYK) of #e53fdb color code is 0.00, 0.72, 0.04, 0.10. Web safe color of #e53fdb is #cc33cc. Color #e53fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111111 11011011
Octal 345 77 333
Decimal 229 63 219
Hex E5 3F DB

RGB Percentages of Color #e53fdb

%44.81
%12.33
%42.86

CMYK Percentages of Color #e53fdb

%0
%72
%4
%10

Triadic Colors of #e53fdb

#e53fdb #dbe53f #3fdbe5

Analogous Colors of #e53fdb

#e53fdb #e53f88 #9c3fe5

Monochromatic Colors of #e53fdb

#e53fdb

Complementary Color

#e53fdb #3fe549

#e53fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53fdb Color CSS Codes

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

#e53fdb Text Font Color

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

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


#e53fdb Background Color

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

This div background color is #e53fdb


#e53fdb Border Color

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

This div border color is #e53fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53fdb


Comments

No comments written yet.

Please login to write comment.