Color Hex Logo

#e152db Color Hex

#E152DB
(225,82,219)
0 Favorites   0 Comments

Color spaces of #e152db

RGB 22582219
HSL0.840.700.60
HSV303°64°88°
CMYK 0.000.640.03   0.12
XYZ46.854827.156669.7901
Yxy27.15660.32580.1888
Hunter Lab52.112069.2965-42.9247
CIE-Lab59.119071.1913-42.9258

#e152db color RGB value is (225,82,219).

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

The process color (four color CMYK) of #e152db color hex is 0.00, 0.64, 0.03, 0.12. Web safe color of #e152db is #cc66cc. Color #e152db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 11011011
Octal 341 122 333
Decimal 225 82 219
Hex E1 52 DB

RGB Percentages of Color #e152db

%42.78
%15.59
%41.63

CMYK Percentages of Color #e152db

%0
%64
%3
%12

Triadic Colors of #e152db

#e152db #dbe152 #52dbe1

Analogous Colors of #e152db

#e152db #e15294 #a052e1

Monochromatic Colors of #e152db

#e152db

Complementary Color

#e152db #52e158

#e152db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e152db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e152db Color CSS Codes

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

#e152db Text Font Color

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

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


#e152db Background Color

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

This div background color is #e152db


#e152db Border Color

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

This div border color is #e152db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e152db


Comments

No comments written yet.

Please login to write comment.