Color Hex Logo

#e913ba Color Hex

#E913BA
(233,19,186)
0 Favorites   0 Comments

Color spaces of #e913ba

RGB 23319186
HSL0.870.850.49
HSV313°92°91°
CMYK 0.000.920.20   0.09
XYZ42.700121.334648.3218
Yxy21.33460.38000.1899
Hunter Lab46.189484.1841-29.6946
CIE-Lab53.313884.1762-33.0478

#e913ba color RGB value is (233,19,186).

#e913ba hex color red value is 233, green value is 19 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e913ba hue: 0.87 , saturation: 0.85 and the lightness value of e913ba is 0.49.

The process color (four color CMYK) of #e913ba color hex is 0.00, 0.92, 0.20, 0.09. Web safe color of #e913ba is #ff00cc. Color #e913ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010011 10111010
Octal 351 23 272
Decimal 233 19 186
Hex E9 13 BA

RGB Percentages of Color #e913ba

%53.20
%4.34
%42.47

CMYK Percentages of Color #e913ba

%0
%92
%20
%9

Triadic Colors of #e913ba

#e913ba #bae913 #13bae9

Analogous Colors of #e913ba

#e913ba #e9134f #ad13e9

Monochromatic Colors of #e913ba

#e913ba

Complementary Color

#e913ba #13e942

#e913ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e913ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e913ba Color CSS Codes

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

#e913ba Text Font Color

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

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


#e913ba Background Color

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

This div background color is #e913ba


#e913ba Border Color

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

This div border color is #e913ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e913ba


Comments

No comments written yet.

Please login to write comment.