Color Hex Logo

#e5447f Color Hex

#E5447F
(229,68,127)
0 Favorites   0 Comments

Color spaces of #e5447f

RGB 22968127
HSL0.940.760.58
HSV338°70°90°
CMYK 0.000.700.45   0.10
XYZ38.211022.324622.3738
Yxy22.32460.46090.2693
Hunter Lab47.248961.67044.9986
CIE-Lab54.369765.70513.3069

#e5447f color RGB value is (229,68,127).

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

The process color (four color CMYK) of #e5447f color hex is 0.00, 0.70, 0.45, 0.10. Web safe color of #e5447f is #cc3366. Color #e5447f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000100 01111111
Octal 345 104 177
Decimal 229 68 127
Hex E5 44 7F

RGB Percentages of Color #e5447f

%54.01
%16.04
%29.95

CMYK Percentages of Color #e5447f

%0
%70
%45
%10

Triadic Colors of #e5447f

#e5447f #7fe544 #447fe5

Analogous Colors of #e5447f

#e5447f #e55a44 #e544d0

Monochromatic Colors of #e5447f

#e5447f

Complementary Color

#e5447f #44e5aa

#e5447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5447f Color CSS Codes

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

#e5447f Text Font Color

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

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


#e5447f Background Color

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

This div background color is #e5447f


#e5447f Border Color

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

This div border color is #e5447f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,68,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5447f


Comments

No comments written yet.

Please login to write comment.