Color Hex Logo

#e598db Color Hex

#E598DB
(229,152,219)
0 Favorites   0 Comments

Color spaces of #e598db

RGB 229152219
HSL0.850.600.75
HSV308°34°90°
CMYK 0.000.340.04   0.10
XYZ56.327544.229072.5861
Yxy44.22900.32530.2554
Hunter Lab66.504934.8002-18.1581
CIE-Lab72.381339.0282-22.3325

#e598db color RGB value is (229,152,219).

#e598db hex color red value is 229, green value is 152 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e598db hue: 0.85 , saturation: 0.60 and the lightness value of e598db is 0.75.

The process color (four color CMYK) of #e598db color hex is 0.00, 0.34, 0.04, 0.10. Web safe color of #e598db is #cc99cc. Color #e598db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011000 11011011
Octal 345 230 333
Decimal 229 152 219
Hex E5 98 DB

RGB Percentages of Color #e598db

%38.17
%25.33
%36.50

CMYK Percentages of Color #e598db

%0
%34
%4
%10

Triadic Colors of #e598db

#e598db #dbe598 #98dbe5

Analogous Colors of #e598db

#e598db #e598b5 #c998e5

Monochromatic Colors of #e598db

#e598db

Complementary Color

#e598db #98e5a2

#e598db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e598db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e598db Color CSS Codes

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

#e598db Text Font Color

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

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


#e598db Background Color

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

This div background color is #e598db


#e598db Border Color

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

This div border color is #e598db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e598db


Comments

No comments written yet.

Please login to write comment.