Color Hex Logo

#e45172 Color Hex

#E45172
(228,81,114)
0 Favorites   0 Comments

Color spaces of #e45172

RGB 22881114
HSL0.960.730.61
HSV347°64°89°
CMYK 0.000.640.50   0.11
XYZ37.974623.593718.4722
Yxy23.59370.47440.2948
Hunter Lab48.573354.547811.4537
CIE-Lab55.678759.300512.8665

#e45172 color RGB value is (228,81,114).

#e45172 hex color red value is 228, green value is 81 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e45172 hue: 0.96 , saturation: 0.73 and the lightness value of e45172 is 0.61.

The process color (four color CMYK) of #e45172 color hex is 0.00, 0.64, 0.50, 0.11. Web safe color of #e45172 is #cc6666. Color #e45172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010001 01110010
Octal 344 121 162
Decimal 228 81 114
Hex E4 51 72

RGB Percentages of Color #e45172

%53.90
%19.15
%26.95

CMYK Percentages of Color #e45172

%0
%64
%50
%11

Triadic Colors of #e45172

#e45172 #72e451 #5172e4

Analogous Colors of #e45172

#e45172 #e47a51 #e451bc

Monochromatic Colors of #e45172

#e45172

Complementary Color

#e45172 #51e4c3

#e45172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45172 Color CSS Codes

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

#e45172 Text Font Color

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

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


#e45172 Background Color

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

This div background color is #e45172


#e45172 Border Color

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

This div border color is #e45172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45172


Comments

No comments written yet.

Please login to write comment.