Color Hex Logo

#e188bc Color Hex

#E188BC
(225,136,188)
0 Favorites   0 Comments

Color spaces of #e188bc

RGB 225136188
HSL0.900.600.71
HSV325°40°88°
CMYK 0.000.400.16   0.12
XYZ48.932637.246752.1873
Yxy37.24670.35360.2692
Hunter Lab61.030136.3148-7.9783
CIE-Lab67.461740.9857-12.6187

#e188bc color RGB value is (225,136,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001000 10111100
Octal 341 210 274
Decimal 225 136 188
Hex E1 88 BC

RGB Percentages of Color #e188bc

%40.98
%24.77
%34.24

CMYK Percentages of Color #e188bc

%0
%40
%16
%12

Triadic Colors of #e188bc

#e188bc #bce188 #88bce1

Analogous Colors of #e188bc

#e188bc #e18890 #da88e1

Monochromatic Colors of #e188bc

#e188bc

Complementary Color

#e188bc #88e1ad

#e188bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e188bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e188bc Color CSS Codes

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

#e188bc Text Font Color

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

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


#e188bc Background Color

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

This div background color is #e188bc


#e188bc Border Color

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

This div border color is #e188bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e188bc


Comments

No comments written yet.

Please login to write comment.