Color Hex Logo

#e46aec Color Hex

#E46AEC
(228,106,236)
0 Favorites   0 Comments

Color spaces of #e46aec

RGB 228106236
HSL0.820.770.67
HSV296°55°93°
CMYK 0.030.550.00   0.07
XYZ52.289332.858282.9432
Yxy32.85820.31110.1955
Hunter Lab57.322162.5144-45.6653
CIE-Lab64.045964.6702-44.6470

#e46aec color RGB value is (228,106,236).

#e46aec hex color red value is 228, green value is 106 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e46aec hue: 0.82 , saturation: 0.77 and the lightness value of e46aec is 0.67.

The process color (four color CMYK) of #e46aec color hex is 0.03, 0.55, 0.00, 0.07. Web safe color of #e46aec is #cc66ff. Color #e46aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101010 11101100
Octal 344 152 354
Decimal 228 106 236
Hex E4 6A EC

RGB Percentages of Color #e46aec

%40.00
%18.60
%41.40

CMYK Percentages of Color #e46aec

%3
%55
%0
%7

Triadic Colors of #e46aec

#e46aec #ece46a #6aece4

Analogous Colors of #e46aec

#e46aec #ec6ab3 #a36aec

Monochromatic Colors of #e46aec

#e46aec

Complementary Color

#e46aec #72ec6a

#e46aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46aec Color CSS Codes

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

#e46aec Text Font Color

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

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


#e46aec Background Color

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

This div background color is #e46aec


#e46aec Border Color

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

This div border color is #e46aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46aec


Comments

No comments written yet.

Please login to write comment.