Color Hex Logo

#e13abf Color Hex

#E13ABF
(225,58,191)
0 Favorites   0 Comments

Color spaces of #e13abf

RGB 22558191
HSL0.870.740.55
HSV312°74°88°
CMYK 0.000.740.15   0.12
XYZ41.968422.795351.4782
Yxy22.79530.36100.1961
Hunter Lab47.744473.3527-30.5056
CIE-Lab54.860975.3077-33.6322

#e13abf color RGB value is (225,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111010 10111111
Octal 341 72 277
Decimal 225 58 191
Hex E1 3A BF

RGB Percentages of Color #e13abf

%47.47
%12.24
%40.30

CMYK Percentages of Color #e13abf

%0
%74
%15
%12

Triadic Colors of #e13abf

#e13abf #bfe13a #3abfe1

Analogous Colors of #e13abf

#e13abf #e13a6c #b03ae1

Monochromatic Colors of #e13abf

#e13abf

Complementary Color

#e13abf #3ae15c

#e13abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13abf Color CSS Codes

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

#e13abf Text Font Color

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

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


#e13abf Background Color

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

This div background color is #e13abf


#e13abf Border Color

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

This div border color is #e13abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13abf


Comments

No comments written yet.

Please login to write comment.