Color Hex Logo

#e188ba Color Hex

#E188BA
(225,136,186)
0 Favorites   0 Comments

Color spaces of #e188ba

RGB 225136186
HSL0.910.600.71
HSV326°40°88°
CMYK 0.000.400.17   0.12
XYZ48.718437.161051.0594
Yxy37.16100.35580.2714
Hunter Lab60.959835.9755-6.9889
CIE-Lab67.397640.6762-11.5934

#e188ba color RGB value is (225,136,186).

#e188ba hex color red value is 225, green value is 136 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e188ba hue: 0.91 , saturation: 0.60 and the lightness value of e188ba is 0.71.

The process color (four color CMYK) of #e188ba color hex is 0.00, 0.40, 0.17, 0.12. Web safe color of #e188ba is #cc99cc. Color #e188ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001000 10111010
Octal 341 210 272
Decimal 225 136 186
Hex E1 88 BA

RGB Percentages of Color #e188ba

%41.13
%24.86
%34.00

CMYK Percentages of Color #e188ba

%0
%40
%17
%12

Triadic Colors of #e188ba

#e188ba #bae188 #88bae1

Analogous Colors of #e188ba

#e188ba #e1888e #dc88e1

Monochromatic Colors of #e188ba

#e188ba

Complementary Color

#e188ba #88e1af

#e188ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e188ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e188ba Color CSS Codes

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

#e188ba Text Font Color

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

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


#e188ba Background Color

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

This div background color is #e188ba


#e188ba Border Color

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

This div border color is #e188ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e188ba


Comments

No comments written yet.

Please login to write comment.