Color Hex Logo

#e225ea Color Hex

#E225EA
(226,37,234)
0 Favorites   0 Comments

Color spaces of #e225ea

RGB 22637234
HSL0.830.820.53
HSV298°84°92°
CMYK 0.030.840.00   0.08
XYZ46.876923.432479.8941
Yxy23.43240.31210.1560
Hunter Lab48.407088.1454-63.9712
CIE-Lab55.515086.7881-57.0893

#e225ea color RGB value is (226,37,234).

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

The process color (four color CMYK) of #e225ea color hex is 0.03, 0.84, 0.00, 0.08. Web safe color of #e225ea is #cc33ff. Color #e225ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100101 11101010
Octal 342 45 352
Decimal 226 37 234
Hex E2 25 EA

RGB Percentages of Color #e225ea

%45.47
%7.44
%47.08

CMYK Percentages of Color #e225ea

%3
%84
%0
%8

Triadic Colors of #e225ea

#e225ea #eae225 #25eae2

Analogous Colors of #e225ea

#e225ea #ea2590 #8025ea

Monochromatic Colors of #e225ea

#e225ea

Complementary Color

#e225ea #2dea25

#e225ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e225ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e225ea Color CSS Codes

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

#e225ea Text Font Color

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

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


#e225ea Background Color

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

This div background color is #e225ea


#e225ea Border Color

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

This div border color is #e225ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e225ea


Comments

No comments written yet.

Please login to write comment.