Color Hex Logo

#e36af5 Color Hex

#E36AF5
(227,106,245)
0 Favorites   0 Comments

Color spaces of #e36af5

RGB 227106245
HSL0.810.870.69
HSV292°57°96°
CMYK 0.070.570.00   0.04
XYZ53.314033.231589.9906
Yxy33.23150.30200.1882
Hunter Lab57.646864.2020-52.2031
CIE-Lab64.347966.0275-49.1596

#e36af5 color RGB value is (227,106,245).

#e36af5 hex color red value is 227, green value is 106 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #e36af5 hue: 0.81 , saturation: 0.87 and the lightness value of e36af5 is 0.69.

The process color (four color CMYK) of #e36af5 color hex is 0.07, 0.57, 0.00, 0.04. Web safe color of #e36af5 is #cc66ff. Color #e36af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101010 11110101
Octal 343 152 365
Decimal 227 106 245
Hex E3 6A F5

RGB Percentages of Color #e36af5

%39.27
%18.34
%42.39

CMYK Percentages of Color #e36af5

%7
%57
%0
%4

Triadic Colors of #e36af5

#e36af5 #f5e36a #6af5e3

Analogous Colors of #e36af5

#e36af5 #f56ac2 #9e6af5

Monochromatic Colors of #e36af5

#e36af5

Complementary Color

#e36af5 #7cf56a

#e36af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e36af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e36af5 Color CSS Codes

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

#e36af5 Text Font Color

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

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


#e36af5 Background Color

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

This div background color is #e36af5


#e36af5 Border Color

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

This div border color is #e36af5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e36af5


Comments

No comments written yet.

Please login to write comment.