Color Hex Logo

#e177fb Color Hex

#E177FB
(225,119,251)
0 Favorites   0 Comments

Color spaces of #e177fb

RGB 225119251
HSL0.800.940.73
HSV288°53°98°
CMYK 0.100.530.00   0.02
XYZ55.060736.166295.3455
Yxy36.16620.29510.1938
Hunter Lab60.138358.1867-51.9037
CIE-Lab66.646760.5738-48.8475

#e177fb color RGB value is (225,119,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110111 11111011
Octal 341 167 373
Decimal 225 119 251
Hex E1 77 FB

RGB Percentages of Color #e177fb

%37.82
%20.00
%42.18

CMYK Percentages of Color #e177fb

%10
%53
%0
%2

Triadic Colors of #e177fb

#e177fb #fbe177 #77fbe1

Analogous Colors of #e177fb

#e177fb #fb77d3 #9f77fb

Monochromatic Colors of #e177fb

#e177fb

Complementary Color

#e177fb #91fb77

#e177fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e177fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e177fb Color CSS Codes

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

#e177fb Text Font Color

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

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


#e177fb Background Color

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

This div background color is #e177fb


#e177fb Border Color

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

This div border color is #e177fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e177fb


Comments

No comments written yet.

Please login to write comment.