Color Hex Logo

#e5447b Color Hex

#E5447B
(229,68,123)
0 Favorites   0 Comments

Color spaces of #e5447b

RGB 22968123
HSL0.940.760.58
HSV340°70°90°
CMYK 0.000.700.46   0.10
XYZ37.955422.222321.0278
Yxy22.22230.46740.2737
Hunter Lab47.140561.22416.5511
CIE-Lab54.262165.34455.5371

#e5447b color RGB value is (229,68,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000100 01111011
Octal 345 104 173
Decimal 229 68 123
Hex E5 44 7B

RGB Percentages of Color #e5447b

%54.52
%16.19
%29.29

CMYK Percentages of Color #e5447b

%0
%70
%46
%10

Triadic Colors of #e5447b

#e5447b #7be544 #447be5

Analogous Colors of #e5447b

#e5447b #e55e44 #e544cc

Monochromatic Colors of #e5447b

#e5447b

Complementary Color

#e5447b #44e5ae

#e5447b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5447b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5447b Color CSS Codes

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

#e5447b Text Font Color

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

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


#e5447b Background Color

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

This div background color is #e5447b


#e5447b Border Color

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

This div border color is #e5447b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5447b


Comments

No comments written yet.

Please login to write comment.