Color Hex Logo

#e775af Color Hex

#E775AF
(231,117,175)
0 Favorites   0 Comments

Color spaces of #e775af

RGB 231117175
HSL0.920.700.68
HSV329°49°91°
CMYK 0.000.490.24   0.09
XYZ47.054232.806644.4097
Yxy32.80660.37860.2640
Hunter Lab57.277046.4064-5.8765
CIE-Lab64.004050.6948-10.3830

#e775af color RGB value is (231,117,175).

#e775af hex color red value is 231, green value is 117 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e775af hue: 0.92 , saturation: 0.70 and the lightness value of e775af is 0.68.

The process color (four color CMYK) of #e775af color hex is 0.00, 0.49, 0.24, 0.09. Web safe color of #e775af is #ff6699. Color #e775af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110101 10101111
Octal 347 165 257
Decimal 231 117 175
Hex E7 75 AF

RGB Percentages of Color #e775af

%44.17
%22.37
%33.46

CMYK Percentages of Color #e775af

%0
%49
%24
%9

Triadic Colors of #e775af

#e775af #afe775 #75afe7

Analogous Colors of #e775af

#e775af #e77576 #e675e7

Monochromatic Colors of #e775af

#e775af

Complementary Color

#e775af #75e7ad

#e775af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e775af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e775af Color CSS Codes

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

#e775af Text Font Color

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

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


#e775af Background Color

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

This div background color is #e775af


#e775af Border Color

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

This div border color is #e775af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,117,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e775af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e775af;
  -webkit-box-shadow: 1px 1px 3px 2px #e775af;
  box-shadow:         1px 1px 3px 2px #e775af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,117,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e775af


Comments

No comments written yet.

Please login to write comment.