Color Hex Logo

#e04765 Color Hex

#E04765
(224,71,101)
0 Favorites   0 Comments

Color spaces of #e04765

RGB 22471101
HSL0.970.710.58
HSV348°68°88°
CMYK 0.000.680.55   0.12
XYZ35.342721.293414.5592
Yxy21.29340.49640.2991
Hunter Lab46.144855.961413.5947
CIE-Lab53.269160.974417.1577

#e04765 color RGB value is (224,71,101).

#e04765 hex color red value is 224, green value is 71 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e04765 hue: 0.97 , saturation: 0.71 and the lightness value of e04765 is 0.58.

The process color (four color CMYK) of #e04765 color hex is 0.00, 0.68, 0.55, 0.12. Web safe color of #e04765 is #cc3366. Color #e04765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000111 01100101
Octal 340 107 145
Decimal 224 71 101
Hex E0 47 65

RGB Percentages of Color #e04765

%56.57
%17.93
%25.51

CMYK Percentages of Color #e04765

%0
%68
%55
%12

Triadic Colors of #e04765

#e04765 #65e047 #4765e0

Analogous Colors of #e04765

#e04765 #e07647 #e047b2

Monochromatic Colors of #e04765

#e04765

Complementary Color

#e04765 #47e0c2

#e04765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04765 Color CSS Codes

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

#e04765 Text Font Color

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

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


#e04765 Background Color

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

This div background color is #e04765


#e04765 Border Color

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

This div border color is #e04765


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,71,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e04765; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e04765;
  -webkit-box-shadow: 1px 1px 3px 2px #e04765;
  box-shadow:         1px 1px 3px 2px #e04765; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,71,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04765


Comments

No comments written yet.

Please login to write comment.