Color Hex Logo

#e36aef Color Hex

#E36AEF
(227,106,239)
0 Favorites   0 Comments

Color spaces of #e36aef

RGB 227106239
HSL0.820.810.68
HSV295°56°94°
CMYK 0.050.560.00   0.06
XYZ52.412632.871085.2436
Yxy32.87100.30740.1928
Hunter Lab57.333262.8470-48.0197
CIE-Lab64.056364.9472-46.3024

#e36aef color RGB value is (227,106,239).

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

The process color (four color CMYK) of #e36aef color hex is 0.05, 0.56, 0.00, 0.06. Web safe color of #e36aef is #cc66ff. Color #e36aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101010 11101111
Octal 343 152 357
Decimal 227 106 239
Hex E3 6A EF

RGB Percentages of Color #e36aef

%39.69
%18.53
%41.78

CMYK Percentages of Color #e36aef

%5
%56
%0
%6

Triadic Colors of #e36aef

#e36aef #efe36a #6aefe3

Analogous Colors of #e36aef

#e36aef #ef6ab9 #a16aef

Monochromatic Colors of #e36aef

#e36aef

Complementary Color

#e36aef #76ef6a

#e36aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e36aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e36aef Color CSS Codes

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

#e36aef Text Font Color

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

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


#e36aef Background Color

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

This div background color is #e36aef


#e36aef Border Color

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

This div border color is #e36aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e36aef


Comments

No comments written yet.

Please login to write comment.