Color Hex Logo

#e599ba Color Hex

#E599BA
(229,153,186)
0 Favorites   0 Comments

Color spaces of #e599ba

RGB 229153186
HSL0.930.590.75
HSV334°33°90°
CMYK 0.000.330.19   0.10
XYZ52.567342.985651.9808
Yxy42.98560.35630.2914
Hunter Lab65.563428.3814-1.1127
CIE-Lab71.545233.0706-5.3715

#e599ba color RGB value is (229,153,186).

#e599ba hex color red value is 229, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e599ba hue: 0.93 , saturation: 0.59 and the lightness value of e599ba is 0.75.

The process color (four color CMYK) of #e599ba color hex is 0.00, 0.33, 0.19, 0.10. Web safe color of #e599ba is #cc99cc. Color #e599ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 10111010
Octal 345 231 272
Decimal 229 153 186
Hex E5 99 BA

RGB Percentages of Color #e599ba

%40.32
%26.94
%32.75

CMYK Percentages of Color #e599ba

%0
%33
%19
%10

Triadic Colors of #e599ba

#e599ba #bae599 #99bae5

Analogous Colors of #e599ba

#e599ba #e59e99 #e599e0

Monochromatic Colors of #e599ba

#e599ba

Complementary Color

#e599ba #99e5c4

#e599ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e599ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e599ba Color CSS Codes

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

#e599ba Text Font Color

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

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


#e599ba Background Color

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

This div background color is #e599ba


#e599ba Border Color

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

This div border color is #e599ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,153,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e599ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e599ba


Comments

No comments written yet.

Please login to write comment.