Color Hex Logo

#e255eb Color Hex

#E255EB
(226,85,235)
0 Favorites   0 Comments

Color spaces of #e255eb

RGB 22685235
HSL0.820.790.63
HSV296°64°92°
CMYK 0.040.640.00   0.08
XYZ49.607928.663981.5153
Yxy28.66390.31050.1794
Hunter Lab53.538771.7020-52.7949
CIE-Lab60.483972.8977-49.7343

#e255eb color RGB value is (226,85,235).

#e255eb hex color red value is 226, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e255eb hue: 0.82 , saturation: 0.79 and the lightness value of e255eb is 0.63.

The process color (four color CMYK) of #e255eb color hex is 0.04, 0.64, 0.00, 0.08. Web safe color of #e255eb is #cc66ff. Color #e255eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 11101011
Octal 342 125 353
Decimal 226 85 235
Hex E2 55 EB

RGB Percentages of Color #e255eb

%41.39
%15.57
%43.04

CMYK Percentages of Color #e255eb

%4
%64
%0
%8

Triadic Colors of #e255eb

#e255eb #ebe255 #55ebe2

Analogous Colors of #e255eb

#e255eb #eb55a9 #9755eb

Monochromatic Colors of #e255eb

#e255eb

Complementary Color

#e255eb #5eeb55

#e255eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e255eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e255eb Color CSS Codes

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

#e255eb Text Font Color

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

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


#e255eb Background Color

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

This div background color is #e255eb


#e255eb Border Color

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

This div border color is #e255eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e255eb


Comments

No comments written yet.

Please login to write comment.