Color Hex Logo

#e36edb Color Hex

#E36EDB
(227,110,219)
0 Favorites   0 Comments

Color spaces of #e36edb

RGB 227110219
HSL0.840.680.66
HSV304°52°89°
CMYK 0.000.520.04   0.11
XYZ50.040732.597270.6723
Yxy32.59720.32640.2126
Hunter Lab57.094056.5341-33.4248
CIE-Lab63.833459.6272-35.5210

#e36edb color RGB value is (227,110,219).

#e36edb hex color red value is 227, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e36edb hue: 0.84 , saturation: 0.68 and the lightness value of e36edb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101110 11011011
Octal 343 156 333
Decimal 227 110 219
Hex E3 6E DB

RGB Percentages of Color #e36edb

%40.83
%19.78
%39.39

CMYK Percentages of Color #e36edb

%0
%52
%4
%11

Triadic Colors of #e36edb

#e36edb #dbe36e #6edbe3

Analogous Colors of #e36edb

#e36edb #e36ea1 #b16ee3

Monochromatic Colors of #e36edb

#e36edb

Complementary Color

#e36edb #6ee376

#e36edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e36edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e36edb Color CSS Codes

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

#e36edb Text Font Color

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

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


#e36edb Background Color

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

This div background color is #e36edb


#e36edb Border Color

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

This div border color is #e36edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e36edb


Comments

No comments written yet.

Please login to write comment.