Color Hex Logo

#e36adb Color Hex

#E36ADB
(227,106,219)
0 Favorites   0 Comments

Color spaces of #e36adb

RGB 227106219
HSL0.840.680.65
HSV304°53°89°
CMYK 0.000.530.04   0.11
XYZ49.618831.753470.5317
Yxy31.75340.32660.2090
Hunter Lab56.350258.5644-34.7663
CIE-Lab63.138561.4845-36.6042

#e36adb color RGB value is (227,106,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101010 11011011
Octal 343 152 333
Decimal 227 106 219
Hex E3 6A DB

RGB Percentages of Color #e36adb

%41.12
%19.20
%39.67

CMYK Percentages of Color #e36adb

%0
%53
%4
%11

Triadic Colors of #e36adb

#e36adb #dbe36a #6adbe3

Analogous Colors of #e36adb

#e36adb #e36a9f #af6ae3

Monochromatic Colors of #e36adb

#e36adb

Complementary Color

#e36adb #6ae372

#e36adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e36adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e36adb Color CSS Codes

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

#e36adb Text Font Color

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

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


#e36adb Background Color

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

This div background color is #e36adb


#e36adb Border Color

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

This div border color is #e36adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e36adb


Comments

No comments written yet.

Please login to write comment.