Color Hex Logo

#ed9070 Color Hex

#ED9070
(237,144,112)
0 Favorites   0 Comments

Color spaces of #ed9070

RGB 237144112
HSL0.040.780.68
HSV15°53°93°
CMYK 0.000.390.53   0.07
XYZ47.822939.120920.3598
Yxy39.12090.44570.3646
Hunter Lab62.546727.023524.4830
CIE-Lab68.838831.997631.9066

#ed9070 color RGB value is (237,144,112).

#ed9070 hex color red value is 237, green value is 144 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ed9070 hue: 0.04 , saturation: 0.78 and the lightness value of ed9070 is 0.68.

The process color (four color CMYK) of #ed9070 color hex is 0.00, 0.39, 0.53, 0.07. Web safe color of #ed9070 is #ff9966. Color #ed9070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 01110000
Octal 355 220 160
Decimal 237 144 112
Hex ED 90 70

RGB Percentages of Color #ed9070

%48.07
%29.21
%22.72

CMYK Percentages of Color #ed9070

%0
%39
%53
%7

Triadic Colors of #ed9070

#ed9070 #70ed90 #9070ed

Analogous Colors of #ed9070

#ed9070 #edcf70 #ed708f

Monochromatic Colors of #ed9070

#ed9070

Complementary Color

#ed9070 #70cded

#ed9070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9070 Color CSS Codes

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

#ed9070 Text Font Color

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

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


#ed9070 Background Color

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

This div background color is #ed9070


#ed9070 Border Color

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

This div border color is #ed9070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,144,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed9070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed9070;
  -webkit-box-shadow: 1px 1px 3px 2px #ed9070;
  box-shadow:         1px 1px 3px 2px #ed9070; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,144,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9070


Comments

No comments written yet.

Please login to write comment.