Color Hex Logo

#e475ab Color Hex

#E475AB
(228,117,171)
0 Favorites   0 Comments

Color spaces of #e475ab

RGB 228117171
HSL0.920.670.68
HSV331°49°89°
CMYK 0.000.490.25   0.11
XYZ45.706932.156842.3259
Yxy32.15680.38030.2676
Hunter Lab56.707044.6372-4.5590
CIE-Lab63.472349.1750-8.9427

#e475ab color RGB value is (228,117,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110101 10101011
Octal 344 165 253
Decimal 228 117 171
Hex E4 75 AB

RGB Percentages of Color #e475ab

%44.19
%22.67
%33.14

CMYK Percentages of Color #e475ab

%0
%49
%25
%11

Triadic Colors of #e475ab

#e475ab #abe475 #75abe4

Analogous Colors of #e475ab

#e475ab #e47775 #e475e3

Monochromatic Colors of #e475ab

#e475ab

Complementary Color

#e475ab #75e4ae

#e475ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e475ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e475ab Color CSS Codes

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

#e475ab Text Font Color

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

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


#e475ab Background Color

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

This div background color is #e475ab


#e475ab Border Color

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

This div border color is #e475ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e475ab


Comments

No comments written yet.

Please login to write comment.