Color Hex Logo

#e13adb Color Hex

#E13ADB
(225,58,219)
0 Favorites   0 Comments

Color spaces of #e13adb

RGB 22558219
HSL0.840.740.55
HSV302°74°88°
CMYK 0.000.740.03   0.12
XYZ45.350624.148169.2886
Yxy24.14810.32680.1740
Hunter Lab49.140778.7364-49.2006
CIE-Lab56.235879.3462-47.4828

#e13adb color RGB value is (225,58,219).

#e13adb hex color red value is 225, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e13adb hue: 0.84 , saturation: 0.74 and the lightness value of e13adb is 0.55.

The process color (four color CMYK) of #e13adb color hex is 0.00, 0.74, 0.03, 0.12. Web safe color of #e13adb is #cc33cc. Color #e13adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111010 11011011
Octal 341 72 333
Decimal 225 58 219
Hex E1 3A DB

RGB Percentages of Color #e13adb

%44.82
%11.55
%43.63

CMYK Percentages of Color #e13adb

%0
%74
%3
%12

Triadic Colors of #e13adb

#e13adb #dbe13a #3adbe1

Analogous Colors of #e13adb

#e13adb #e13a88 #943ae1

Monochromatic Colors of #e13adb

#e13adb

Complementary Color

#e13adb #3ae140

#e13adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13adb Color CSS Codes

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

#e13adb Text Font Color

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

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


#e13adb Background Color

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

This div background color is #e13adb


#e13adb Border Color

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

This div border color is #e13adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13adb


Comments

No comments written yet.

Please login to write comment.