Color Hex Logo

#e497fd Color Hex

#E497FD
(228,151,253)
0 Favorites   0 Comments

Color spaces of #e497fd

RGB 228151253
HSL0.790.960.79
HSV285°40°99°
CMYK 0.100.400.00   0.01
XYZ60.791145.719098.5491
Yxy45.71900.29650.2230
Hunter Lab67.615842.1556-39.0832
CIE-Lab73.362845.6103-39.3875

#e497fd color RGB value is (228,151,253).

#e497fd hex color red value is 228, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e497fd hue: 0.79 , saturation: 0.96 and the lightness value of e497fd is 0.79.

The process color (four color CMYK) of #e497fd color hex is 0.10, 0.40, 0.00, 0.01. Web safe color of #e497fd is #cc99ff. Color #e497fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010111 11111101
Octal 344 227 375
Decimal 228 151 253
Hex E4 97 FD

RGB Percentages of Color #e497fd

%36.08
%23.89
%40.03

CMYK Percentages of Color #e497fd

%10
%40
%0
%1

Triadic Colors of #e497fd

#e497fd #fde497 #97fde4

Analogous Colors of #e497fd

#e497fd #fd97e3 #b197fd

Monochromatic Colors of #e497fd

#e497fd

Complementary Color

#e497fd #b0fd97

#e497fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e497fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e497fd Color CSS Codes

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

#e497fd Text Font Color

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

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


#e497fd Background Color

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

This div background color is #e497fd


#e497fd Border Color

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

This div border color is #e497fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e497fd

Related Colors


Comments

No comments written yet.

Please login to write comment.