Color Hex Logo

#e46eeb Color Hex

#E46EEB
(228,110,235)
0 Favorites   0 Comments

Color spaces of #e46eeb

RGB 228110235
HSL0.820.760.68
HSV297°53°92°
CMYK 0.030.530.00   0.08
XYZ52.566233.644082.3207
Yxy33.64400.31190.1996
Hunter Lab58.003460.2614-43.5442
CIE-Lab64.679062.6634-43.0974

#e46eeb color RGB value is (228,110,235).

#e46eeb hex color red value is 228, green value is 110 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e46eeb hue: 0.82 , saturation: 0.76 and the lightness value of e46eeb is 0.68.

The process color (four color CMYK) of #e46eeb color hex is 0.03, 0.53, 0.00, 0.08. Web safe color of #e46eeb is #cc66ff. Color #e46eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101110 11101011
Octal 344 156 353
Decimal 228 110 235
Hex E4 6E EB

RGB Percentages of Color #e46eeb

%39.79
%19.20
%41.01

CMYK Percentages of Color #e46eeb

%3
%53
%0
%8

Triadic Colors of #e46eeb

#e46eeb #ebe46e #6eebe4

Analogous Colors of #e46eeb

#e46eeb #eb6eb4 #a66eeb

Monochromatic Colors of #e46eeb

#e46eeb

Complementary Color

#e46eeb #75eb6e

#e46eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46eeb Color CSS Codes

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

#e46eeb Text Font Color

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

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


#e46eeb Background Color

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

This div background color is #e46eeb


#e46eeb Border Color

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

This div border color is #e46eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46eeb


Comments

No comments written yet.

Please login to write comment.