Color Hex Logo

#ed705b Color Hex

#ED705B
(237,112,91)
0 Favorites   0 Comments

Color spaces of #ed705b

RGB 23711291
HSL0.020.800.64
HSV62°93°
CMYK 0.000.530.62   0.07
XYZ42.607630.348213.5097
Yxy30.34820.49280.3510
Hunter Lab55.089241.651024.0226
CIE-Lab61.953546.659234.6498

#ed705b color RGB value is (237,112,91).

#ed705b hex color red value is 237, green value is 112 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ed705b hue: 0.02 , saturation: 0.80 and the lightness value of ed705b is 0.64.

The process color (four color CMYK) of #ed705b color hex is 0.00, 0.53, 0.62, 0.07. Web safe color of #ed705b is #ff6666. Color #ed705b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110000 01011011
Octal 355 160 133
Decimal 237 112 91
Hex ED 70 5B

RGB Percentages of Color #ed705b

%53.86
%25.45
%20.68

CMYK Percentages of Color #ed705b

%0
%53
%62
%7

Triadic Colors of #ed705b

#ed705b #5bed70 #705bed

Analogous Colors of #ed705b

#ed705b #edb95b #ed5b8f

Monochromatic Colors of #ed705b

#ed705b

Complementary Color

#ed705b #5bd8ed

#ed705b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed705b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed705b Color CSS Codes

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

#ed705b Text Font Color

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

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


#ed705b Background Color

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

This div background color is #ed705b


#ed705b Border Color

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

This div border color is #ed705b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed705b


Comments

No comments written yet.

Please login to write comment.