Color Hex Logo

#e58eec Color Hex

#E58EEC
(229,142,236)
0 Favorites   0 Comments

Color spaces of #e58eec

RGB 229142236
HSL0.820.710.74
HSV296°40°93°
CMYK 0.030.400.00   0.07
XYZ57.126442.060184.4644
Yxy42.06010.31110.2290
Hunter Lab64.853843.7376-31.8206
CIE-Lab70.912347.3361-33.9183

#e58eec color RGB value is (229,142,236).

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

The process color (four color CMYK) of #e58eec color hex is 0.03, 0.40, 0.00, 0.07. Web safe color of #e58eec is #cc99ff. Color #e58eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001110 11101100
Octal 345 216 354
Decimal 229 142 236
Hex E5 8E EC

RGB Percentages of Color #e58eec

%37.73
%23.39
%38.88

CMYK Percentages of Color #e58eec

%3
%40
%0
%7

Triadic Colors of #e58eec

#e58eec #ece58e #8eece5

Analogous Colors of #e58eec

#e58eec #ec8ec4 #b68eec

Monochromatic Colors of #e58eec

#e58eec

Complementary Color

#e58eec #95ec8e

#e58eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58eec Color CSS Codes

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

#e58eec Text Font Color

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

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


#e58eec Background Color

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

This div background color is #e58eec


#e58eec Border Color

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

This div border color is #e58eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58eec


Comments

No comments written yet.

Please login to write comment.