Color Hex Logo

#e245fd Color Hex

#E245FD
(226,69,253)
0 Favorites   0 Comments

Color spaces of #e245fd

RGB 22669253
HSL0.810.980.63
HSV291°73°99°
CMYK 0.110.730.00   0.01
XYZ51.221827.516895.5401
Yxy27.51680.29390.1579
Hunter Lab52.456582.4999-71.2667
CIE-Lab59.449781.6745-61.3863

#e245fd color RGB value is (226,69,253).

#e245fd hex color red value is 226, green value is 69 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e245fd hue: 0.81 , saturation: 0.98 and the lightness value of e245fd is 0.63.

The process color (four color CMYK) of #e245fd color hex is 0.11, 0.73, 0.00, 0.01. Web safe color of #e245fd is #cc33ff. Color #e245fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000101 11111101
Octal 342 105 375
Decimal 226 69 253
Hex E2 45 FD

RGB Percentages of Color #e245fd

%41.24
%12.59
%46.17

CMYK Percentages of Color #e245fd

%11
%73
%0
%1

Triadic Colors of #e245fd

#e245fd #fde245 #45fde2

Analogous Colors of #e245fd

#e245fd #fd45bc #8645fd

Monochromatic Colors of #e245fd

#e245fd

Complementary Color

#e245fd #60fd45

#e245fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e245fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e245fd Color CSS Codes

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

#e245fd Text Font Color

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

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


#e245fd Background Color

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

This div background color is #e245fd


#e245fd Border Color

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

This div border color is #e245fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,69,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 #e245fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e245fd


Comments

No comments written yet.

Please login to write comment.