Color Hex Logo

#e37edb Color Hex

#E37EDB
(227,126,219)
0 Favorites   0 Comments

Color spaces of #e37edb

RGB 227126219
HSL0.850.640.69
HSV305°44°89°
CMYK 0.000.440.04   0.11
XYZ51.925636.367171.3006
Yxy36.36710.32540.2279
Hunter Lab60.305148.1630-27.8868
CIE-Lab66.799551.8494-30.9188

#e37edb color RGB value is (227,126,219).

#e37edb hex color red value is 227, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e37edb hue: 0.85 , saturation: 0.64 and the lightness value of e37edb is 0.69.

The process color (four color CMYK) of #e37edb color hex is 0.00, 0.44, 0.04, 0.11. Web safe color of #e37edb is #cc66cc. Color #e37edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111110 11011011
Octal 343 176 333
Decimal 227 126 219
Hex E3 7E DB

RGB Percentages of Color #e37edb

%39.69
%22.03
%38.29

CMYK Percentages of Color #e37edb

%0
%44
%4
%11

Triadic Colors of #e37edb

#e37edb #dbe37e #7edbe3

Analogous Colors of #e37edb

#e37edb #e37ea9 #b97ee3

Monochromatic Colors of #e37edb

#e37edb

Complementary Color

#e37edb #7ee386

#e37edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37edb Color CSS Codes

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

#e37edb Text Font Color

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

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


#e37edb Background Color

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

This div background color is #e37edb


#e37edb Border Color

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

This div border color is #e37edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37edb


Comments

No comments written yet.

Please login to write comment.