Color Hex Logo

#e188ff Color Hex

#E188FF
(225,136,255)
0 Favorites   0 Comments

Color spaces of #e188ff

RGB 225136255
HSL0.791.000.77
HSV285°47°100°
CMYK 0.120.470.00   0.00
XYZ57.905540.835999.4379
Yxy40.83590.29220.2061
Hunter Lab63.903049.9171-47.5277
CIE-Lab70.060852.9161-45.6605

#e188ff color RGB value is (225,136,255).

#e188ff hex color red value is 225, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e188ff hue: 0.79 , saturation: 1.00 and the lightness value of e188ff is 0.77.

The process color (four color CMYK) of #e188ff color hex is 0.12, 0.47, 0.00, 0.00. Web safe color of #e188ff is #cc99ff. Color #e188ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001000 11111111
Octal 341 210 377
Decimal 225 136 255
Hex E1 88 FF

RGB Percentages of Color #e188ff

%36.53
%22.08
%41.40

CMYK Percentages of Color #e188ff

%12
%47
%0
%0

Triadic Colors of #e188ff

#e188ff #ffe188 #88ffe1

Analogous Colors of #e188ff

#e188ff #ff88e2 #a688ff

Monochromatic Colors of #e188ff

#e188ff

Complementary Color

#e188ff #a6ff88

#e188ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e188ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e188ff Color CSS Codes

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

#e188ff Text Font Color

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

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


#e188ff Background Color

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

This div background color is #e188ff


#e188ff Border Color

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

This div border color is #e188ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e188ff

#e188ff Color Palettes


Comments

No comments written yet.

Please login to write comment.