Color Hex Logo

#e45067 Color Hex

#E45067
(228,80,103)
0 Favorites   0 Comments

Color spaces of #e45067

RGB 22880103
HSL0.970.730.60
HSV351°65°89°
CMYK 0.000.650.55   0.11
XYZ37.311823.210615.3455
Yxy23.21060.49180.3059
Hunter Lab48.177453.932014.8391
CIE-Lab55.288658.826818.8307

#e45067 color RGB value is (228,80,103).

#e45067 hex color red value is 228, green value is 80 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #e45067 hue: 0.97 , saturation: 0.73 and the lightness value of e45067 is 0.60.

The process color (four color CMYK) of #e45067 color hex is 0.00, 0.65, 0.55, 0.11. Web safe color of #e45067 is #cc6666. Color #e45067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 01100111
Octal 344 120 147
Decimal 228 80 103
Hex E4 50 67

RGB Percentages of Color #e45067

%55.47
%19.46
%25.06

CMYK Percentages of Color #e45067

%0
%65
%55
%11

Triadic Colors of #e45067

#e45067 #67e450 #5067e4

Analogous Colors of #e45067

#e45067 #e48350 #e450b1

Monochromatic Colors of #e45067

#e45067

Complementary Color

#e45067 #50e4cd

#e45067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45067 Color CSS Codes

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

#e45067 Text Font Color

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

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


#e45067 Background Color

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

This div background color is #e45067


#e45067 Border Color

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

This div border color is #e45067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45067


Comments

No comments written yet.

Please login to write comment.