Color Hex Logo

#e46fed Color Hex

#E46FED
(228,111,237)
0 Favorites   0 Comments

Color spaces of #e46fed

RGB 228111237
HSL0.820.780.68
HSV296°53°93°
CMYK 0.040.530.00   0.07
XYZ52.965433.977383.8875
Yxy33.97730.31000.1989
Hunter Lab58.290160.1869-44.5235
CIE-Lab64.944562.5551-43.7882

#e46fed color RGB value is (228,111,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101111 11101101
Octal 344 157 355
Decimal 228 111 237
Hex E4 6F ED

RGB Percentages of Color #e46fed

%39.58
%19.27
%41.15

CMYK Percentages of Color #e46fed

%4
%53
%0
%7

Triadic Colors of #e46fed

#e46fed #ede46f #6fede4

Analogous Colors of #e46fed

#e46fed #ed6fb7 #a56fed

Monochromatic Colors of #e46fed

#e46fed

Complementary Color

#e46fed #78ed6f

#e46fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46fed Color CSS Codes

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

#e46fed Text Font Color

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

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


#e46fed Background Color

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

This div background color is #e46fed


#e46fed Border Color

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

This div border color is #e46fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46fed


Comments

No comments written yet.

Please login to write comment.