Color Hex Logo

#e13eee Color Hex

#E13EEE
(225,62,238)
0 Favorites   0 Comments

Color spaces of #e13eee

RGB 22562238
HSL0.820.840.59
HSV296°74°93°
CMYK 0.050.740.00   0.07
XYZ48.206625.625883.2944
Yxy25.62580.30680.1631
Hunter Lab50.621981.3948-62.1217
CIE-Lab57.680181.1558-55.8800

#e13eee color RGB value is (225,62,238).

#e13eee hex color red value is 225, green value is 62 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e13eee hue: 0.82 , saturation: 0.84 and the lightness value of e13eee is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111110 11101110
Octal 341 76 356
Decimal 225 62 238
Hex E1 3E EE

RGB Percentages of Color #e13eee

%42.86
%11.81
%45.33

CMYK Percentages of Color #e13eee

%5
%74
%0
%7

Triadic Colors of #e13eee

#e13eee #eee13e #3eeee1

Analogous Colors of #e13eee

#e13eee #ee3ea3 #893eee

Monochromatic Colors of #e13eee

#e13eee

Complementary Color

#e13eee #4bee3e

#e13eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13eee Color CSS Codes

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

#e13eee Text Font Color

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

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


#e13eee Background Color

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

This div background color is #e13eee


#e13eee Border Color

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

This div border color is #e13eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,62,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e13eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e13eee;
  -webkit-box-shadow: 1px 1px 3px 2px #e13eee;
  box-shadow:         1px 1px 3px 2px #e13eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,62,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13eee


Comments

No comments written yet.

Please login to write comment.