Color Hex Logo

#e07975 Color Hex

#E07975
(224,121,117)
0 Favorites   0 Comments

Color spaces of #e07975

RGB 224121117
HSL0.010.630.67
HSV48°88°
CMYK 0.000.460.48   0.12
XYZ40.788730.806420.6260
Yxy30.80640.44230.3340
Hunter Lab55.503534.045816.8193
CIE-Lab62.343939.452020.2122

#e07975 color RGB value is (224,121,117).

#e07975 hex color red value is 224, green value is 121 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e07975 hue: 0.01 , saturation: 0.63 and the lightness value of e07975 is 0.67.

The process color (four color CMYK) of #e07975 color hex is 0.00, 0.46, 0.48, 0.12. Web safe color of #e07975 is #cc6666. Color #e07975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111001 01110101
Octal 340 171 165
Decimal 224 121 117
Hex E0 79 75

RGB Percentages of Color #e07975

%48.48
%26.19
%25.32

CMYK Percentages of Color #e07975

%0
%46
%48
%12

Triadic Colors of #e07975

#e07975 #75e079 #7975e0

Analogous Colors of #e07975

#e07975 #e0af75 #e075a7

Monochromatic Colors of #e07975

#e07975

Complementary Color

#e07975 #75dce0

#e07975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07975 Color CSS Codes

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

#e07975 Text Font Color

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

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


#e07975 Background Color

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

This div background color is #e07975


#e07975 Border Color

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

This div border color is #e07975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07975


Comments

No comments written yet.

Please login to write comment.