Color Hex Logo

#e225ed Color Hex

#E225ED
(226,37,237)
0 Favorites   0 Comments

Color spaces of #e225ed

RGB 22637237
HSL0.820.850.54
HSV297°84°93°
CMYK 0.050.840.00   0.07
XYZ47.311723.606382.1836
Yxy23.60630.30900.1542
Hunter Lab48.586388.7912-66.2784
CIE-Lab55.691487.2450-58.4920

#e225ed color RGB value is (226,37,237).

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

The process color (four color CMYK) of #e225ed color hex is 0.05, 0.84, 0.00, 0.07. Web safe color of #e225ed is #cc33ff. Color #e225ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100101 11101101
Octal 342 45 355
Decimal 226 37 237
Hex E2 25 ED

RGB Percentages of Color #e225ed

%45.20
%7.40
%47.40

CMYK Percentages of Color #e225ed

%5
%84
%0
%7

Triadic Colors of #e225ed

#e225ed #ede225 #25ede2

Analogous Colors of #e225ed

#e225ed #ed2594 #7e25ed

Monochromatic Colors of #e225ed

#e225ed

Complementary Color

#e225ed #30ed25

#e225ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e225ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e225ed Color CSS Codes

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

#e225ed Text Font Color

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

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


#e225ed Background Color

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

This div background color is #e225ed


#e225ed Border Color

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

This div border color is #e225ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e225ed


Comments

No comments written yet.

Please login to write comment.