Color Hex Logo

#e595ee Color Hex

#E595EE
(229,149,238)
0 Favorites   0 Comments

Color spaces of #e595ee

RGB 229149238
HSL0.820.720.76
HSV294°37°93°
CMYK 0.040.370.00   0.07
XYZ58.493244.326086.3618
Yxy44.32600.30920.2343
Hunter Lab66.577840.3135-30.3040
CIE-Lab72.445944.0649-32.6402

#e595ee color RGB value is (229,149,238).

#e595ee hex color red value is 229, green value is 149 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e595ee hue: 0.82 , saturation: 0.72 and the lightness value of e595ee is 0.76.

The process color (four color CMYK) of #e595ee color hex is 0.04, 0.37, 0.00, 0.07. Web safe color of #e595ee is #cc99ff. Color #e595ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010101 11101110
Octal 345 225 356
Decimal 229 149 238
Hex E5 95 EE

RGB Percentages of Color #e595ee

%37.18
%24.19
%38.64

CMYK Percentages of Color #e595ee

%4
%37
%0
%7

Triadic Colors of #e595ee

#e595ee #eee595 #95eee5

Analogous Colors of #e595ee

#e595ee #ee95cb #b995ee

Monochromatic Colors of #e595ee

#e595ee

Complementary Color

#e595ee #9eee95

#e595ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e595ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e595ee Color CSS Codes

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

#e595ee Text Font Color

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

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


#e595ee Background Color

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

This div background color is #e595ee


#e595ee Border Color

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

This div border color is #e595ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e595ee


Comments

No comments written yet.

Please login to write comment.