Color Hex Logo

#e176ef Color Hex

#E176EF
(225,118,239)
0 Favorites   0 Comments

Color spaces of #e176ef

RGB 225118239
HSL0.810.790.70
HSV293°51°94°
CMYK 0.060.510.00   0.06
XYZ53.109835.196485.6557
Yxy35.19640.30530.2023
Hunter Lab59.326655.9737-44.0743
CIE-Lab65.901358.8048-43.4180

#e176ef color RGB value is (225,118,239).

#e176ef hex color red value is 225, green value is 118 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e176ef hue: 0.81 , saturation: 0.79 and the lightness value of e176ef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110110 11101111
Octal 341 166 357
Decimal 225 118 239
Hex E1 76 EF

RGB Percentages of Color #e176ef

%38.66
%20.27
%41.07

CMYK Percentages of Color #e176ef

%6
%51
%0
%6

Triadic Colors of #e176ef

#e176ef #efe176 #76efe1

Analogous Colors of #e176ef

#e176ef #ef76c1 #a576ef

Monochromatic Colors of #e176ef

#e176ef

Complementary Color

#e176ef #84ef76

#e176ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e176ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e176ef Color CSS Codes

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

#e176ef Text Font Color

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

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


#e176ef Background Color

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

This div background color is #e176ef


#e176ef Border Color

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

This div border color is #e176ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e176ef


Comments

No comments written yet.

Please login to write comment.