Color Hex Logo

#e13dea Color Hex

#E13DEA
(225,61,234)
0 Favorites   0 Comments

Color spaces of #e13dea

RGB 22561234
HSL0.820.800.58
HSV297°74°92°
CMYK 0.040.740.00   0.08
XYZ47.571425.285680.2152
Yxy25.28560.31080.1652
Hunter Lab50.284880.8697-59.3811
CIE-Lab57.352680.8084-54.1623

#e13dea color RGB value is (225,61,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111101 11101010
Octal 341 75 352
Decimal 225 61 234
Hex E1 3D EA

RGB Percentages of Color #e13dea

%43.27
%11.73
%45.00

CMYK Percentages of Color #e13dea

%4
%74
%0
%8

Triadic Colors of #e13dea

#e13dea #eae13d #3deae1

Analogous Colors of #e13dea

#e13dea #ea3d9d #8b3dea

Monochromatic Colors of #e13dea

#e13dea

Complementary Color

#e13dea #46ea3d

#e13dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13dea Color CSS Codes

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

#e13dea Text Font Color

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

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


#e13dea Background Color

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

This div background color is #e13dea


#e13dea Border Color

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

This div border color is #e13dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13dea


Comments

No comments written yet.

Please login to write comment.