Color Hex Logo

#e254ff Color Hex

#E254FF
(226,84,255)
0 Favorites   0 Comments

Color spaces of #e254ff

RGB 22684255
HSL0.811.000.66
HSV290°67°100°
CMYK 0.110.670.00   0.00
XYZ52.584429.729497.5746
Yxy29.72940.29230.1653
Hunter Lab54.524776.7299-67.9351
CIE-Lab61.420076.7580-59.3387

#e254ff color RGB value is (226,84,255).

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

The process color (four color CMYK) of #e254ff color hex is 0.11, 0.67, 0.00, 0.00. Web safe color of #e254ff is #cc66ff. Color #e254ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010100 11111111
Octal 342 124 377
Decimal 226 84 255
Hex E2 54 FF

RGB Percentages of Color #e254ff

%40.00
%14.87
%45.13

CMYK Percentages of Color #e254ff

%11
%67
%0
%0

Triadic Colors of #e254ff

#e254ff #ffe254 #54ffe2

Analogous Colors of #e254ff

#e254ff #ff54c7 #8d54ff

Monochromatic Colors of #e254ff

#e254ff

Complementary Color

#e254ff #71ff54

#e254ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e254ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e254ff Color CSS Codes

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

#e254ff Text Font Color

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

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


#e254ff Background Color

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

This div background color is #e254ff


#e254ff Border Color

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

This div border color is #e254ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e254ff

Related Colors


Comments

No comments written yet.

Please login to write comment.