Color Hex Logo

#e13abb Color Hex

#E13ABB
(225,58,187)
0 Favorites   0 Comments

Color spaces of #e13abb

RGB 22558187
HSL0.870.740.55
HSV314°74°88°
CMYK 0.000.740.17   0.12
XYZ41.534022.621549.1910
Yxy22.62150.36640.1996
Hunter Lab47.562172.6431-28.0272
CIE-Lab54.680374.7678-31.6009

#e13abb color RGB value is (225,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111010 10111011
Octal 341 72 273
Decimal 225 58 187
Hex E1 3A BB

RGB Percentages of Color #e13abb

%47.87
%12.34
%39.79

CMYK Percentages of Color #e13abb

%0
%74
%17
%12

Triadic Colors of #e13abb

#e13abb #bbe13a #3abbe1

Analogous Colors of #e13abb

#e13abb #e13a68 #b43ae1

Monochromatic Colors of #e13abb

#e13abb

Complementary Color

#e13abb #3ae160

#e13abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13abb Color CSS Codes

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

#e13abb Text Font Color

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

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


#e13abb Background Color

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

This div background color is #e13abb


#e13abb Border Color

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

This div border color is #e13abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13abb


Comments

No comments written yet.

Please login to write comment.