Color Hex Logo

#e36adc Color Hex

#E36ADC
(227,106,220)
0 Favorites   0 Comments

Color spaces of #e36adc

RGB 227106220
HSL0.840.680.65
HSV303°53°89°
CMYK 0.000.530.03   0.11
XYZ49.750931.806371.2272
Yxy31.80630.32560.2082
Hunter Lab56.397158.7696-35.4029
CIE-Lab63.182561.6521-37.0954

#e36adc color RGB value is (227,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101010 11011100
Octal 343 152 334
Decimal 227 106 220
Hex E3 6A DC

RGB Percentages of Color #e36adc

%41.05
%19.17
%39.78

CMYK Percentages of Color #e36adc

%0
%53
%3
%11

Triadic Colors of #e36adc

#e36adc #dce36a #6adce3

Analogous Colors of #e36adc

#e36adc #e36aa0 #ae6ae3

Monochromatic Colors of #e36adc

#e36adc

Complementary Color

#e36adc #6ae371

#e36adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e36adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e36adc Color CSS Codes

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

#e36adc Text Font Color

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

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


#e36adc Background Color

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

This div background color is #e36adc


#e36adc Border Color

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

This div border color is #e36adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e36adc


Comments

No comments written yet.

Please login to write comment.