Color Hex Logo

#e10baf Color Hex

#E10BAF
(225,11,175)
0 Favorites   0 Comments

Color spaces of #e10baf

RGB 22511175
HSL0.870.910.46
HSV314°95°88°
CMYK 0.000.950.22   0.12
XYZ38.908919.342042.2401
Yxy19.34200.38720.1925
Hunter Lab43.979580.9556-26.1593
CIE-Lab51.085082.0968-30.2015

#e10baf color RGB value is (225,11,175).

#e10baf hex color red value is 225, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e10baf hue: 0.87 , saturation: 0.91 and the lightness value of e10baf is 0.46.

The process color (four color CMYK) of #e10baf color hex is 0.00, 0.95, 0.22, 0.12. Web safe color of #e10baf is #cc0099. Color #e10baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001011 10101111
Octal 341 13 257
Decimal 225 11 175
Hex E1 B AF

RGB Percentages of Color #e10baf

%54.74
%2.68
%42.58

CMYK Percentages of Color #e10baf

%0
%95
%22
%12

Triadic Colors of #e10baf

#e10baf #afe10b #0bafe1

Analogous Colors of #e10baf

#e10baf #e10b44 #a80be1

Monochromatic Colors of #e10baf

#e10baf

Complementary Color

#e10baf #0be13d

#e10baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10baf Color CSS Codes

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

#e10baf Text Font Color

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

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


#e10baf Background Color

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

This div background color is #e10baf


#e10baf Border Color

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

This div border color is #e10baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,11,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 #e10baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10baf


Comments

No comments written yet.

Please login to write comment.