Color Hex Logo

#e46afc Color Hex

#E46AFC
(228,106,252)
0 Favorites   0 Comments

Color spaces of #e46afc

RGB 228106252
HSL0.810.960.70
HSV290°58°99°
CMYK 0.100.580.00   0.01
XYZ54.719633.830395.7413
Yxy33.83030.29690.1836
Hunter Lab58.163866.1433-56.8804
CIE-Lab64.827667.5521-52.2483

#e46afc color RGB value is (228,106,252).

#e46afc hex color red value is 228, green value is 106 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e46afc hue: 0.81 , saturation: 0.96 and the lightness value of e46afc is 0.70.

The process color (four color CMYK) of #e46afc color hex is 0.10, 0.58, 0.00, 0.01. Web safe color of #e46afc is #cc66ff. Color #e46afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101010 11111100
Octal 344 152 374
Decimal 228 106 252
Hex E4 6A FC

RGB Percentages of Color #e46afc

%38.91
%18.09
%43.00

CMYK Percentages of Color #e46afc

%10
%58
%0
%1

Triadic Colors of #e46afc

#e46afc #fce46a #6afce4

Analogous Colors of #e46afc

#e46afc #fc6acb #9b6afc

Monochromatic Colors of #e46afc

#e46afc

Complementary Color

#e46afc #82fc6a

#e46afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46afc Color CSS Codes

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

#e46afc Text Font Color

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

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


#e46afc Background Color

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

This div background color is #e46afc


#e46afc Border Color

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

This div border color is #e46afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46afc

Related Colors


Comments

No comments written yet.

Please login to write comment.