Color Hex Logo

#e176ea Color Hex

#E176EA
(225,118,234)
0 Favorites   0 Comments

Color spaces of #e176ea

RGB 225118234
HSL0.820.730.69
HSV295°50°92°
CMYK 0.040.500.00   0.08
XYZ52.381134.904981.8184
Yxy34.90490.30980.2064
Hunter Lab59.080454.8688-40.7525
CIE-Lab65.674657.8899-41.0096

#e176ea color RGB value is (225,118,234).

#e176ea hex color red value is 225, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e176ea hue: 0.82 , saturation: 0.73 and the lightness value of e176ea is 0.69.

The process color (four color CMYK) of #e176ea color hex is 0.04, 0.50, 0.00, 0.08. Web safe color of #e176ea is #cc66ff. Color #e176ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110110 11101010
Octal 341 166 352
Decimal 225 118 234
Hex E1 76 EA

RGB Percentages of Color #e176ea

%38.99
%20.45
%40.55

CMYK Percentages of Color #e176ea

%4
%50
%0
%8

Triadic Colors of #e176ea

#e176ea #eae176 #76eae1

Analogous Colors of #e176ea

#e176ea #ea76b9 #a776ea

Monochromatic Colors of #e176ea

#e176ea

Complementary Color

#e176ea #7fea76

#e176ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e176ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e176ea Color CSS Codes

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

#e176ea Text Font Color

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

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


#e176ea Background Color

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

This div background color is #e176ea


#e176ea Border Color

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

This div border color is #e176ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e176ea


Comments

No comments written yet.

Please login to write comment.