Color Hex Logo

#e176fa Color Hex

#E176FA
(225,118,250)
0 Favorites   0 Comments

Color spaces of #e176fa

RGB 225118250
HSL0.800.930.72
HSV289°53°98°
CMYK 0.100.530.00   0.02
XYZ54.785135.866594.4779
Yxy35.86650.29590.1937
Hunter Lab59.888658.4836-51.6114
CIE-Lab66.417860.8640-48.6601

#e176fa color RGB value is (225,118,250).

#e176fa hex color red value is 225, green value is 118 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e176fa hue: 0.80 , saturation: 0.93 and the lightness value of e176fa is 0.72.

The process color (four color CMYK) of #e176fa color hex is 0.10, 0.53, 0.00, 0.02. Web safe color of #e176fa is #cc66ff. Color #e176fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110110 11111010
Octal 341 166 372
Decimal 225 118 250
Hex E1 76 FA

RGB Percentages of Color #e176fa

%37.94
%19.90
%42.16

CMYK Percentages of Color #e176fa

%10
%53
%0
%2

Triadic Colors of #e176fa

#e176fa #fae176 #76fae1

Analogous Colors of #e176fa

#e176fa #fa76d1 #9f76fa

Monochromatic Colors of #e176fa

#e176fa

Complementary Color

#e176fa #8ffa76

#e176fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e176fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e176fa Color CSS Codes

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

#e176fa Text Font Color

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

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


#e176fa Background Color

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

This div background color is #e176fa


#e176fa Border Color

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

This div border color is #e176fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e176fa

Related Colors


Comments

No comments written yet.

Please login to write comment.