Color Hex Logo

#e108ba Color Hex

#E108BA
(225,8,186)
0 Favorites   0 Comments

Color spaces of #e108ba

RGB 2258186
HSL0.860.930.46
HSV311°96°88°
CMYK 0.000.960.17   0.12
XYZ40.001119.726448.1537
Yxy19.72640.37080.1829
Hunter Lab44.414483.0378-33.1916
CIE-Lab51.526583.6355-35.9522

#e108ba color RGB value is (225,8,186).

#e108ba hex color red value is 225, green value is 8 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e108ba hue: 0.86 , saturation: 0.93 and the lightness value of e108ba is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001000 10111010
Octal 341 10 272
Decimal 225 8 186
Hex E1 8 BA

RGB Percentages of Color #e108ba

%53.70
%1.91
%44.39

CMYK Percentages of Color #e108ba

%0
%96
%17
%12

Triadic Colors of #e108ba

#e108ba #bae108 #08bae1

Analogous Colors of #e108ba

#e108ba #e1084d #9c08e1

Monochromatic Colors of #e108ba

#e108ba

Complementary Color

#e108ba #08e12f

#e108ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e108ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e108ba Color CSS Codes

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

#e108ba Text Font Color

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

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


#e108ba Background Color

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

This div background color is #e108ba


#e108ba Border Color

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

This div border color is #e108ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e108ba


Comments

No comments written yet.

Please login to write comment.