Color Hex Logo

#e13eeb Color Hex

#E13EEB
(225,62,235)
0 Favorites   0 Comments

Color spaces of #e13eeb

RGB 22562235
HSL0.820.810.58
HSV297°74°92°
CMYK 0.040.740.00   0.08
XYZ47.769425.451080.9921
Yxy25.45100.30980.1650
Hunter Lab50.449080.7333-59.8714
CIE-Lab57.512280.6705-54.4684

#e13eeb color RGB value is (225,62,235).

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

The process color (four color CMYK) of #e13eeb color hex is 0.04, 0.74, 0.00, 0.08. Web safe color of #e13eeb is #cc33ff. Color #e13eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111110 11101011
Octal 341 76 353
Decimal 225 62 235
Hex E1 3E EB

RGB Percentages of Color #e13eeb

%43.10
%11.88
%45.02

CMYK Percentages of Color #e13eeb

%4
%74
%0
%8

Triadic Colors of #e13eeb

#e13eeb #ebe13e #3eebe1

Analogous Colors of #e13eeb

#e13eeb #eb3e9f #8b3eeb

Monochromatic Colors of #e13eeb

#e13eeb

Complementary Color

#e13eeb #48eb3e

#e13eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13eeb Color CSS Codes

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

#e13eeb Text Font Color

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

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


#e13eeb Background Color

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

This div background color is #e13eeb


#e13eeb Border Color

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

This div border color is #e13eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13eeb


Comments

No comments written yet.

Please login to write comment.