Color Hex Logo

#e569ab Color Hex

#E569AB
(229,105,171)
0 Favorites   0 Comments

Color spaces of #e569ab

RGB 229105171
HSL0.910.700.65
HSV328°54°90°
CMYK 0.000.540.25   0.10
XYZ44.715429.701441.9043
Yxy29.70140.38440.2553
Hunter Lab54.499051.0827-7.4388
CIE-Lab61.395755.2723-12.0367

#e569ab color RGB value is (229,105,171).

#e569ab hex color red value is 229, green value is 105 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e569ab hue: 0.91 , saturation: 0.70 and the lightness value of e569ab is 0.65.

The process color (four color CMYK) of #e569ab color hex is 0.00, 0.54, 0.25, 0.10. Web safe color of #e569ab is #cc6699. Color #e569ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101001 10101011
Octal 345 151 253
Decimal 229 105 171
Hex E5 69 AB

RGB Percentages of Color #e569ab

%45.35
%20.79
%33.86

CMYK Percentages of Color #e569ab

%0
%54
%25
%10

Triadic Colors of #e569ab

#e569ab #abe569 #69abe5

Analogous Colors of #e569ab

#e569ab #e5696d #e169e5

Monochromatic Colors of #e569ab

#e569ab

Complementary Color

#e569ab #69e5a3

#e569ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e569ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e569ab Color CSS Codes

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

#e569ab Text Font Color

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

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


#e569ab Background Color

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

This div background color is #e569ab


#e569ab Border Color

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

This div border color is #e569ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e569ab


Comments

No comments written yet.

Please login to write comment.