Color Hex Logo

#e37def Color Hex

#E37DEF
(227,125,239)
0 Favorites   0 Comments

Color spaces of #e37def

RGB 227125239
HSL0.820.780.71
HSV294°48°94°
CMYK 0.050.480.00   0.06
XYZ54.592237.230185.9702
Yxy37.23010.30710.2094
Hunter Lab61.016552.9273-40.8261
CIE-Lab67.449355.9288-40.9747

#e37def color RGB value is (227,125,239).

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

The process color (four color CMYK) of #e37def color hex is 0.05, 0.48, 0.00, 0.06. Web safe color of #e37def is #cc66ff. Color #e37def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111101 11101111
Octal 343 175 357
Decimal 227 125 239
Hex E3 7D EF

RGB Percentages of Color #e37def

%38.41
%21.15
%40.44

CMYK Percentages of Color #e37def

%5
%48
%0
%6

Triadic Colors of #e37def

#e37def #efe37d #7defe3

Analogous Colors of #e37def

#e37def #ef7dc2 #aa7def

Monochromatic Colors of #e37def

#e37def

Complementary Color

#e37def #89ef7d

#e37def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37def Color CSS Codes

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

#e37def Text Font Color

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

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


#e37def Background Color

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

This div background color is #e37def


#e37def Border Color

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

This div border color is #e37def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37def


Comments

No comments written yet.

Please login to write comment.