Color Hex Logo

#e37deb Color Hex

#E37DEB
(227,125,235)
0 Favorites   0 Comments

Color spaces of #e37deb

RGB 227125235
HSL0.820.730.71
HSV296°47°92°
CMYK 0.030.470.00   0.08
XYZ54.007636.996382.8917
Yxy36.99630.31060.2128
Hunter Lab60.824652.0514-38.2232
CIE-Lab67.274355.1945-39.0431

#e37deb color RGB value is (227,125,235).

#e37deb hex color red value is 227, green value is 125 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e37deb hue: 0.82 , saturation: 0.73 and the lightness value of e37deb is 0.71.

The process color (four color CMYK) of #e37deb color hex is 0.03, 0.47, 0.00, 0.08. Web safe color of #e37deb is #cc66ff. Color #e37deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111101 11101011
Octal 343 175 353
Decimal 227 125 235
Hex E3 7D EB

RGB Percentages of Color #e37deb

%38.67
%21.29
%40.03

CMYK Percentages of Color #e37deb

%3
%47
%0
%8

Triadic Colors of #e37deb

#e37deb #ebe37d #7debe3

Analogous Colors of #e37deb

#e37deb #eb7dbc #ac7deb

Monochromatic Colors of #e37deb

#e37deb

Complementary Color

#e37deb #85eb7d

#e37deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37deb Color CSS Codes

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

#e37deb Text Font Color

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

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


#e37deb Background Color

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

This div background color is #e37deb


#e37deb Border Color

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

This div border color is #e37deb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,125,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e37deb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e37deb;
  -webkit-box-shadow: 1px 1px 3px 2px #e37deb;
  box-shadow:         1px 1px 3px 2px #e37deb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,125,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37deb


Comments

No comments written yet.

Please login to write comment.