Color Hex Logo

#e188be Color Hex

#E188BE
(225,136,190)
0 Favorites   0 Comments

Color spaces of #e188be

RGB 225136190
HSL0.900.600.71
HSV324°40°88°
CMYK 0.000.400.16   0.12
XYZ49.149837.333653.3308
Yxy37.33360.35150.2670
Hunter Lab61.101236.6582-8.9791
CIE-Lab67.526641.2982-13.6418

#e188be color RGB value is (225,136,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001000 10111110
Octal 341 210 276
Decimal 225 136 190
Hex E1 88 BE

RGB Percentages of Color #e188be

%40.83
%24.68
%34.48

CMYK Percentages of Color #e188be

%0
%40
%16
%12

Triadic Colors of #e188be

#e188be #bee188 #88bee1

Analogous Colors of #e188be

#e188be #e18892 #d888e1

Monochromatic Colors of #e188be

#e188be

Complementary Color

#e188be #88e1ab

#e188be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e188be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e188be Color CSS Codes

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

#e188be Text Font Color

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

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


#e188be Background Color

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

This div background color is #e188be


#e188be Border Color

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

This div border color is #e188be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,136,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e188be


Comments

No comments written yet.

Please login to write comment.