Color Hex Logo

#e489f5 Color Hex

#E489F5
(228,137,245)
0 Favorites   0 Comments

Color spaces of #e489f5

RGB 228137245
HSL0.810.840.75
HSV291°44°96°
CMYK 0.070.440.00   0.04
XYZ57.422040.977991.2693
Yxy40.97790.30270.2160
Hunter Lab64.014048.0941-39.7242
CIE-Lab70.160451.3036-40.0229

#e489f5 color RGB value is (228,137,245).

#e489f5 hex color red value is 228, green value is 137 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #e489f5 hue: 0.81 , saturation: 0.84 and the lightness value of e489f5 is 0.75.

The process color (four color CMYK) of #e489f5 color hex is 0.07, 0.44, 0.00, 0.04. Web safe color of #e489f5 is #cc99ff. Color #e489f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001001 11110101
Octal 344 211 365
Decimal 228 137 245
Hex E4 89 F5

RGB Percentages of Color #e489f5

%37.38
%22.46
%40.16

CMYK Percentages of Color #e489f5

%7
%44
%0
%4

Triadic Colors of #e489f5

#e489f5 #f5e489 #89f5e4

Analogous Colors of #e489f5

#e489f5 #f589d0 #ae89f5

Monochromatic Colors of #e489f5

#e489f5

Complementary Color

#e489f5 #9af589

#e489f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e489f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e489f5 Color CSS Codes

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

#e489f5 Text Font Color

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

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


#e489f5 Background Color

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

This div background color is #e489f5


#e489f5 Border Color

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

This div border color is #e489f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e489f5


Comments

No comments written yet.

Please login to write comment.