Color Hex Logo

#e58dec Color Hex

#E58DEC
(229,141,236)
0 Favorites   0 Comments

Color spaces of #e58dec

RGB 229141236
HSL0.820.710.74
HSV296°40°93°
CMYK 0.030.400.00   0.07
XYZ56.978341.763984.4150
Yxy41.76390.31110.2280
Hunter Lab64.625044.2854-32.2088
CIE-Lab70.707847.8526-34.2350

#e58dec color RGB value is (229,141,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001101 11101100
Octal 345 215 354
Decimal 229 141 236
Hex E5 8D EC

RGB Percentages of Color #e58dec

%37.79
%23.27
%38.94

CMYK Percentages of Color #e58dec

%3
%40
%0
%7

Triadic Colors of #e58dec

#e58dec #ece58d #8dece5

Analogous Colors of #e58dec

#e58dec #ec8dc4 #b68dec

Monochromatic Colors of #e58dec

#e58dec

Complementary Color

#e58dec #94ec8d

#e58dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58dec Color CSS Codes

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

#e58dec Text Font Color

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

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


#e58dec Background Color

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

This div background color is #e58dec


#e58dec Border Color

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

This div border color is #e58dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58dec


Comments

No comments written yet.

Please login to write comment.