Color Hex Logo

#e13baf Color Hex

#E13BAF
(225,59,175)
0 Favorites   0 Comments

Color spaces of #e13baf

RGB 22559175
HSL0.880.730.56
HSV318°74°88°
CMYK 0.000.740.22   0.12
XYZ40.353222.230642.7215
Yxy22.23060.38320.2111
Hunter Lab47.149370.2595-20.7175
CIE-Lab54.270872.9025-25.2606

#e13baf color RGB value is (225,59,175).

#e13baf hex color red value is 225, green value is 59 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e13baf hue: 0.88 , saturation: 0.73 and the lightness value of e13baf is 0.56.

The process color (four color CMYK) of #e13baf color hex is 0.00, 0.74, 0.22, 0.12. Web safe color of #e13baf is #cc3399. Color #e13baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111011 10101111
Octal 341 73 257
Decimal 225 59 175
Hex E1 3B AF

RGB Percentages of Color #e13baf

%49.02
%12.85
%38.13

CMYK Percentages of Color #e13baf

%0
%74
%22
%12

Triadic Colors of #e13baf

#e13baf #afe13b #3bafe1

Analogous Colors of #e13baf

#e13baf #e13b5c #c03be1

Monochromatic Colors of #e13baf

#e13baf

Complementary Color

#e13baf #3be16d

#e13baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13baf Color CSS Codes

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

#e13baf Text Font Color

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

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


#e13baf Background Color

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

This div background color is #e13baf


#e13baf Border Color

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

This div border color is #e13baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13baf


Comments

No comments written yet.

Please login to write comment.