Color Hex Logo

#e255ea Color Hex

#E255EA
(226,85,234)
0 Favorites   0 Comments

Color spaces of #e255ea

RGB 22685234
HSL0.820.780.63
HSV297°64°92°
CMYK 0.030.640.00   0.08
XYZ49.463828.606380.7564
Yxy28.60630.31140.1801
Hunter Lab53.484971.4816-52.0821
CIE-Lab60.432672.7285-49.2574

#e255ea color RGB value is (226,85,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 11101010
Octal 342 125 352
Decimal 226 85 234
Hex E2 55 EA

RGB Percentages of Color #e255ea

%41.47
%15.60
%42.94

CMYK Percentages of Color #e255ea

%3
%64
%0
%8

Triadic Colors of #e255ea

#e255ea #eae255 #55eae2

Analogous Colors of #e255ea

#e255ea #ea55a8 #9855ea

Monochromatic Colors of #e255ea

#e255ea

Complementary Color

#e255ea #5dea55

#e255ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e255ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e255ea Color CSS Codes

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

#e255ea Text Font Color

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

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


#e255ea Background Color

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

This div background color is #e255ea


#e255ea Border Color

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

This div border color is #e255ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e255ea


Comments

No comments written yet.

Please login to write comment.