Color Hex Logo

#e001ba Color Hex

#E001BA
(224,1,186)
0 Favorites   0 Comments

Color spaces of #e001ba

RGB 2241186
HSL0.860.990.44
HSV310°100°88°
CMYK 0.001.000.17   0.12
XYZ39.614319.414248.1138
Yxy19.41420.36970.1812
Hunter Lab44.061583.3758-33.8997
CIE-Lab51.168383.9676-36.5276

#e001ba color RGB value is (224,1,186).

#e001ba hex color red value is 224, green value is 1 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e001ba hue: 0.86 , saturation: 0.99 and the lightness value of e001ba is 0.44.

The process color (four color CMYK) of #e001ba color hex is 0.00, 1.00, 0.17, 0.12. Web safe color of #e001ba is #cc00cc. Color #e001ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000001 10111010
Octal 340 1 272
Decimal 224 1 186
Hex E0 1 BA

RGB Percentages of Color #e001ba

%54.50
%0.24
%45.26

CMYK Percentages of Color #e001ba

%0
%100
%17
%12

Triadic Colors of #e001ba

#e001ba #bae001 #01bae0

Analogous Colors of #e001ba

#e001ba #e0014a #9701e0

Monochromatic Colors of #e001ba

#e001ba

Complementary Color

#e001ba #01e027

#e001ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e001ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e001ba Color CSS Codes

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

#e001ba Text Font Color

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

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


#e001ba Background Color

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

This div background color is #e001ba


#e001ba Border Color

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

This div border color is #e001ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,1,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e001ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e001ba;
  -webkit-box-shadow: 1px 1px 3px 2px #e001ba;
  box-shadow:         1px 1px 3px 2px #e001ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,1,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e001ba


Comments

No comments written yet.

Please login to write comment.