Color Hex Logo

#e117ba Color Hex

#E117BA
(225,23,186)
0 Favorites   0 Comments

Color spaces of #e117ba

RGB 22523186
HSL0.870.810.49
HSV312°90°88°
CMYK 0.000.900.17   0.12
XYZ40.220720.165548.2268
Yxy20.16550.37030.1857
Hunter Lab44.906081.2905-32.2403
CIE-Lab52.023882.1762-35.1718

#e117ba color RGB value is (225,23,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 10111010
Octal 341 27 272
Decimal 225 23 186
Hex E1 17 BA

RGB Percentages of Color #e117ba

%51.84
%5.30
%42.86

CMYK Percentages of Color #e117ba

%0
%90
%17
%12

Triadic Colors of #e117ba

#e117ba #bae117 #17bae1

Analogous Colors of #e117ba

#e117ba #e11755 #a317e1

Monochromatic Colors of #e117ba

#e117ba

Complementary Color

#e117ba #17e13e

#e117ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e117ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e117ba Color CSS Codes

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

#e117ba Text Font Color

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

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


#e117ba Background Color

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

This div background color is #e117ba


#e117ba Border Color

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

This div border color is #e117ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e117ba


Comments

No comments written yet.

Please login to write comment.