Color Hex Logo

#e469f4 Color Hex

#E469F4
(228,105,244)
0 Favorites   0 Comments

Color spaces of #e469f4

RGB 228105244
HSL0.810.860.68
HSV293°57°96°
CMYK 0.070.570.00   0.04
XYZ53.375633.128889.1692
Yxy33.12880.30380.1886
Hunter Lab57.557664.8047-51.5627
CIE-Lab64.265166.5434-48.7297

#e469f4 color RGB value is (228,105,244).

#e469f4 hex color red value is 228, green value is 105 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #e469f4 hue: 0.81 , saturation: 0.86 and the lightness value of e469f4 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101001 11110100
Octal 344 151 364
Decimal 228 105 244
Hex E4 69 F4

RGB Percentages of Color #e469f4

%39.51
%18.20
%42.29

CMYK Percentages of Color #e469f4

%7
%57
%0
%4

Triadic Colors of #e469f4

#e469f4 #f4e469 #69f4e4

Analogous Colors of #e469f4

#e469f4 #f469bf #9f69f4

Monochromatic Colors of #e469f4

#e469f4

Complementary Color

#e469f4 #79f469

#e469f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e469f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e469f4 Color CSS Codes

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

#e469f4 Text Font Color

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

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


#e469f4 Background Color

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

This div background color is #e469f4


#e469f4 Border Color

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

This div border color is #e469f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e469f4


Comments

No comments written yet.

Please login to write comment.