Color Hex Logo

#e257ff Color Hex

#E257FF
(226,87,255)
0 Favorites   0 Comments

Color spaces of #e257ff

RGB 22687255
HSL0.801.000.67
HSV290°66°100°
CMYK 0.110.660.00   0.00
XYZ52.822230.205197.6539
Yxy30.20510.29240.1672
Hunter Lab54.959275.3809-66.8777
CIE-Lab61.830875.6053-58.6828

#e257ff color RGB value is (226,87,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010111 11111111
Octal 342 127 377
Decimal 226 87 255
Hex E2 57 FF

RGB Percentages of Color #e257ff

%39.79
%15.32
%44.89

CMYK Percentages of Color #e257ff

%11
%66
%0
%0

Triadic Colors of #e257ff

#e257ff #ffe257 #57ffe2

Analogous Colors of #e257ff

#e257ff #ff57c8 #8e57ff

Monochromatic Colors of #e257ff

#e257ff

Complementary Color

#e257ff #74ff57

#e257ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e257ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e257ff Color CSS Codes

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

#e257ff Text Font Color

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

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


#e257ff Background Color

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

This div background color is #e257ff


#e257ff Border Color

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

This div border color is #e257ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e257ff

Related Colors


Comments

No comments written yet.

Please login to write comment.