Color Hex Logo

#e530db Color Hex

#E530DB
(229,48,219)
0 Favorites   0 Comments

Color spaces of #e530db

RGB 22948219
HSL0.840.780.54
HSV303°79°90°
CMYK 0.000.790.04   0.10
XYZ46.156223.886469.1957
Yxy23.88640.33150.1716
Hunter Lab48.873783.0459-49.7315
CIE-Lab55.973982.7750-47.8574

#e530db color RGB value is (229,48,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110000 11011011
Octal 345 60 333
Decimal 229 48 219
Hex E5 30 DB

RGB Percentages of Color #e530db

%46.17
%9.68
%44.15

CMYK Percentages of Color #e530db

%0
%79
%4
%10

Triadic Colors of #e530db

#e530db #dbe530 #30dbe5

Analogous Colors of #e530db

#e530db #e53081 #9530e5

Monochromatic Colors of #e530db

#e530db

Complementary Color

#e530db #30e53a

#e530db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e530db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e530db Color CSS Codes

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

#e530db Text Font Color

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

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


#e530db Background Color

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

This div background color is #e530db


#e530db Border Color

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

This div border color is #e530db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e530db


Comments

No comments written yet.

Please login to write comment.