Color Hex Logo

#e179f0 Color Hex

#E179F0
(225,121,240)
0 Favorites   0 Comments

Color spaces of #e179f0

RGB 225121240
HSL0.810.800.71
HSV292°50°94°
CMYK 0.060.500.00   0.06
XYZ53.616935.973686.5557
Yxy35.97360.30440.2042
Hunter Lab59.978054.6073-43.5782
CIE-Lab66.499757.5318-43.0305

#e179f0 color RGB value is (225,121,240).

#e179f0 hex color red value is 225, green value is 121 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e179f0 hue: 0.81 , saturation: 0.80 and the lightness value of e179f0 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111001 11110000
Octal 341 171 360
Decimal 225 121 240
Hex E1 79 F0

RGB Percentages of Color #e179f0

%38.40
%20.65
%40.96

CMYK Percentages of Color #e179f0

%6
%50
%0
%6

Triadic Colors of #e179f0

#e179f0 #f0e179 #79f0e1

Analogous Colors of #e179f0

#e179f0 #f079c4 #a679f0

Monochromatic Colors of #e179f0

#e179f0

Complementary Color

#e179f0 #88f079

#e179f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e179f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e179f0 Color CSS Codes

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

#e179f0 Text Font Color

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

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


#e179f0 Background Color

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

This div background color is #e179f0


#e179f0 Border Color

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

This div border color is #e179f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e179f0


Comments

No comments written yet.

Please login to write comment.