Color Hex Logo

#e245ff Color Hex

#E245FF
(226,69,255)
0 Favorites   0 Comments

Color spaces of #e245ff

RGB 22669255
HSL0.811.000.64
HSV291°73°100°
CMYK 0.110.730.00   0.00
XYZ51.542227.645097.2272
Yxy27.64500.29220.1567
Hunter Lab52.578582.9694-72.8330
CIE-Lab59.566782.0168-62.3051

#e245ff color RGB value is (226,69,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000101 11111111
Octal 342 105 377
Decimal 226 69 255
Hex E2 45 FF

RGB Percentages of Color #e245ff

%41.09
%12.55
%46.36

CMYK Percentages of Color #e245ff

%11
%73
%0
%0

Triadic Colors of #e245ff

#e245ff #ffe245 #45ffe2

Analogous Colors of #e245ff

#e245ff #ff45bf #8545ff

Monochromatic Colors of #e245ff

#e245ff

Complementary Color

#e245ff #62ff45

#e245ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e245ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e245ff Color CSS Codes

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

#e245ff Text Font Color

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

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


#e245ff Background Color

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

This div background color is #e245ff


#e245ff Border Color

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

This div border color is #e245ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,69,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e245ff


Comments

No comments written yet.

Please login to write comment.