Color Hex Logo

#e544af Color Hex

#E544AF
(229,68,175)
0 Favorites   0 Comments

Color spaces of #e544af

RGB 22968175
HSL0.890.760.58
HSV320°70°90°
CMYK 0.000.700.24   0.10
XYZ42.118123.887442.9483
Yxy23.88740.38660.2192
Hunter Lab48.874768.2927-17.8883
CIE-Lab55.974970.9581-22.5812

#e544af color RGB value is (229,68,175).

#e544af hex color red value is 229, green value is 68 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e544af hue: 0.89 , saturation: 0.76 and the lightness value of e544af is 0.58.

The process color (four color CMYK) of #e544af color hex is 0.00, 0.70, 0.24, 0.10. Web safe color of #e544af is #cc3399. Color #e544af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000100 10101111
Octal 345 104 257
Decimal 229 68 175
Hex E5 44 AF

RGB Percentages of Color #e544af

%48.52
%14.41
%37.08

CMYK Percentages of Color #e544af

%0
%70
%24
%10

Triadic Colors of #e544af

#e544af #afe544 #44afe5

Analogous Colors of #e544af

#e544af #e5445f #cb44e5

Monochromatic Colors of #e544af

#e544af

Complementary Color

#e544af #44e57a

#e544af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e544af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e544af Color CSS Codes

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

#e544af Text Font Color

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

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


#e544af Background Color

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

This div background color is #e544af


#e544af Border Color

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

This div border color is #e544af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e544af


Comments

No comments written yet.

Please login to write comment.