Color Hex Logo

#e594ef Color Hex

#E594EF
(229,148,239)
0 Favorites   0 Comments

Color spaces of #e594ef

RGB 229148239
HSL0.820.740.76
HSV293°38°94°
CMYK 0.040.380.00   0.06
XYZ58.483044.069887.0853
Yxy44.06980.30840.2324
Hunter Lab66.385141.0785-31.3083
CIE-Lab72.275144.7760-33.4501

#e594ef color RGB value is (229,148,239).

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

The process color (four color CMYK) of #e594ef color hex is 0.04, 0.38, 0.00, 0.06. Web safe color of #e594ef is #cc99ff. Color #e594ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010100 11101111
Octal 345 224 357
Decimal 229 148 239
Hex E5 94 EF

RGB Percentages of Color #e594ef

%37.18
%24.03
%38.80

CMYK Percentages of Color #e594ef

%4
%38
%0
%6

Triadic Colors of #e594ef

#e594ef #efe594 #94efe5

Analogous Colors of #e594ef

#e594ef #ef94cc #b894ef

Monochromatic Colors of #e594ef

#e594ef

Complementary Color

#e594ef #9eef94

#e594ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e594ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e594ef Color CSS Codes

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

#e594ef Text Font Color

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

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


#e594ef Background Color

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

This div background color is #e594ef


#e594ef Border Color

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

This div border color is #e594ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e594ef


Comments

No comments written yet.

Please login to write comment.