Color Hex Logo

#e255e9 Color Hex

#E255E9
(226,85,233)
0 Favorites   0 Comments

Color spaces of #e255e9

RGB 22685233
HSL0.830.770.62
HSV297°64°91°
CMYK 0.030.640.00   0.09
XYZ49.320528.548980.0018
Yxy28.54890.31240.1808
Hunter Lab53.431271.2627-51.3723
CIE-Lab60.381472.5602-48.7799

#e255e9 color RGB value is (226,85,233).

#e255e9 hex color red value is 226, green value is 85 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #e255e9 hue: 0.83 , saturation: 0.77 and the lightness value of e255e9 is 0.62.

The process color (four color CMYK) of #e255e9 color hex is 0.03, 0.64, 0.00, 0.09. Web safe color of #e255e9 is #cc66ff. Color #e255e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 11101001
Octal 342 125 351
Decimal 226 85 233
Hex E2 55 E9

RGB Percentages of Color #e255e9

%41.54
%15.63
%42.83

CMYK Percentages of Color #e255e9

%3
%64
%0
%9

Triadic Colors of #e255e9

#e255e9 #e9e255 #55e9e2

Analogous Colors of #e255e9

#e255e9 #e955a6 #9855e9

Monochromatic Colors of #e255e9

#e255e9

Complementary Color

#e255e9 #5ce955

#e255e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e255e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e255e9 Color CSS Codes

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

#e255e9 Text Font Color

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

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


#e255e9 Background Color

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

This div background color is #e255e9


#e255e9 Border Color

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

This div border color is #e255e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e255e9


Comments

No comments written yet.

Please login to write comment.