Color Hex Logo

#e177fa Color Hex

#E177FA
(225,119,250)
0 Favorites   0 Comments

Color spaces of #e177fa

RGB 225119250
HSL0.800.930.72
HSV289°52°98°
CMYK 0.100.520.00   0.02
XYZ54.903536.103394.5174
Yxy36.10330.29590.1946
Hunter Lab60.086057.9535-51.2050
CIE-Lab66.598860.3834-48.3746

#e177fa color RGB value is (225,119,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110111 11111010
Octal 341 167 372
Decimal 225 119 250
Hex E1 77 FA

RGB Percentages of Color #e177fa

%37.88
%20.03
%42.09

CMYK Percentages of Color #e177fa

%10
%52
%0
%2

Triadic Colors of #e177fa

#e177fa #fae177 #77fae1

Analogous Colors of #e177fa

#e177fa #fa77d2 #a077fa

Monochromatic Colors of #e177fa

#e177fa

Complementary Color

#e177fa #90fa77

#e177fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e177fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e177fa Color CSS Codes

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

#e177fa Text Font Color

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

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


#e177fa Background Color

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

This div background color is #e177fa


#e177fa Border Color

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

This div border color is #e177fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,119,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 #e177fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e177fa


Comments

No comments written yet.

Please login to write comment.