Color Hex Logo

#e188bf Color Hex

#E188BF
(225,136,191)
0 Favorites   0 Comments

Color spaces of #e188bf

RGB 225136191
HSL0.900.600.71
HSV323°40°88°
CMYK 0.000.400.15   0.12
XYZ49.259537.377553.9085
Yxy37.37750.35050.2659
Hunter Lab61.137136.8313-9.4838
CIE-Lab67.559341.4555-14.1526

#e188bf color RGB value is (225,136,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001000 10111111
Octal 341 210 277
Decimal 225 136 191
Hex E1 88 BF

RGB Percentages of Color #e188bf

%40.76
%24.64
%34.60

CMYK Percentages of Color #e188bf

%0
%40
%15
%12

Triadic Colors of #e188bf

#e188bf #bfe188 #88bfe1

Analogous Colors of #e188bf

#e188bf #e18893 #d788e1

Monochromatic Colors of #e188bf

#e188bf

Complementary Color

#e188bf #88e1aa

#e188bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e188bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e188bf Color CSS Codes

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

#e188bf Text Font Color

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

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


#e188bf Background Color

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

This div background color is #e188bf


#e188bf Border Color

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

This div border color is #e188bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e188bf


Comments

No comments written yet.

Please login to write comment.