Color Hex Logo

#e474af Color Hex

#E474AF
(228,116,175)
0 Favorites   0 Comments

Color spaces of #e474af

RGB 228116175
HSL0.910.670.67
HSV328°49°89°
CMYK 0.000.490.23   0.11
XYZ45.978232.079944.3262
Yxy32.07990.37570.2621
Hunter Lab56.639145.7833-6.7534
CIE-Lab63.408950.2218-11.3161

#e474af color RGB value is (228,116,175).

#e474af hex color red value is 228, green value is 116 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e474af hue: 0.91 , saturation: 0.67 and the lightness value of e474af is 0.67.

The process color (four color CMYK) of #e474af color hex is 0.00, 0.49, 0.23, 0.11. Web safe color of #e474af is #cc6699. Color #e474af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110100 10101111
Octal 344 164 257
Decimal 228 116 175
Hex E4 74 AF

RGB Percentages of Color #e474af

%43.93
%22.35
%33.72

CMYK Percentages of Color #e474af

%0
%49
%23
%11

Triadic Colors of #e474af

#e474af #afe474 #74afe4

Analogous Colors of #e474af

#e474af #e47477 #e174e4

Monochromatic Colors of #e474af

#e474af

Complementary Color

#e474af #74e4a9

#e474af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e474af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e474af Color CSS Codes

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

#e474af Text Font Color

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

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


#e474af Background Color

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

This div background color is #e474af


#e474af Border Color

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

This div border color is #e474af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e474af


Comments

No comments written yet.

Please login to write comment.