Color Hex Logo

#e58bed Color Hex

#E58BED
(229,139,237)
0 Favorites   0 Comments

Color spaces of #e58bed

RGB 229139237
HSL0.820.730.74
HSV295°41°93°
CMYK 0.030.410.00   0.07
XYZ56.831841.237785.0851
Yxy41.23770.31030.2252
Hunter Lab64.216645.5938-33.6059
CIE-Lab70.342149.0673-35.3504

#e58bed color RGB value is (229,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001011 11101101
Octal 345 213 355
Decimal 229 139 237
Hex E5 8B ED

RGB Percentages of Color #e58bed

%37.85
%22.98
%39.17

CMYK Percentages of Color #e58bed

%3
%41
%0
%7

Triadic Colors of #e58bed

#e58bed #ede58b #8bede5

Analogous Colors of #e58bed

#e58bed #ed8bc4 #b48bed

Monochromatic Colors of #e58bed

#e58bed

Complementary Color

#e58bed #93ed8b

#e58bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58bed Color CSS Codes

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

#e58bed Text Font Color

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

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


#e58bed Background Color

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

This div background color is #e58bed


#e58bed Border Color

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

This div border color is #e58bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58bed


Comments

No comments written yet.

Please login to write comment.