Color Hex Logo

#e552db Color Hex

#E552DB
(229,82,219)
0 Favorites   0 Comments

Color spaces of #e552db

RGB 22982219
HSL0.840.740.61
HSV304°64°90°
CMYK 0.000.640.04   0.10
XYZ48.116627.807169.8491
Yxy27.80710.33010.1908
Hunter Lab52.732470.5936-41.6225
CIE-Lab59.714172.1406-41.9484

#e552db color RGB value is (229,82,219).

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

The process color (four color CMYK) of #e552db color hex is 0.00, 0.64, 0.04, 0.10. Web safe color of #e552db is #cc66cc. Color #e552db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 11011011
Octal 345 122 333
Decimal 229 82 219
Hex E5 52 DB

RGB Percentages of Color #e552db

%43.21
%15.47
%41.32

CMYK Percentages of Color #e552db

%0
%64
%4
%10

Triadic Colors of #e552db

#e552db #dbe552 #52dbe5

Analogous Colors of #e552db

#e552db #e55292 #a652e5

Monochromatic Colors of #e552db

#e552db

Complementary Color

#e552db #52e55c

#e552db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e552db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e552db Color CSS Codes

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

#e552db Text Font Color

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

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


#e552db Background Color

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

This div background color is #e552db


#e552db Border Color

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

This div border color is #e552db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e552db


Comments

No comments written yet.

Please login to write comment.