Color Hex Logo

#e13afb Color Hex

#E13AFB
(225,58,251)
0 Favorites   0 Comments

Color spaces of #e13afb

RGB 22558251
HSL0.810.960.61
HSV292°77°98°
CMYK 0.100.770.00   0.02
XYZ49.977025.998793.6510
Yxy25.99870.29460.1533
Hunter Lab50.988985.7269-73.2053
CIE-Lab58.035884.4455-62.5536

#e13afb color RGB value is (225,58,251).

#e13afb hex color red value is 225, green value is 58 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e13afb hue: 0.81 , saturation: 0.96 and the lightness value of e13afb is 0.61.

The process color (four color CMYK) of #e13afb color hex is 0.10, 0.77, 0.00, 0.02. Web safe color of #e13afb is #cc33ff. Color #e13afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111010 11111011
Octal 341 72 373
Decimal 225 58 251
Hex E1 3A FB

RGB Percentages of Color #e13afb

%42.13
%10.86
%47.00

CMYK Percentages of Color #e13afb

%10
%77
%0
%2

Triadic Colors of #e13afb

#e13afb #fbe13a #3afbe1

Analogous Colors of #e13afb

#e13afb #fb3ab5 #813afb

Monochromatic Colors of #e13afb

#e13afb

Complementary Color

#e13afb #54fb3a

#e13afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13afb Color CSS Codes

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

#e13afb Text Font Color

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

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


#e13afb Background Color

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

This div background color is #e13afb


#e13afb Border Color

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

This div border color is #e13afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13afb


Comments

No comments written yet.

Please login to write comment.