Color Hex Logo

#ed735f Color Hex

#ED735F
(237,115,95)
0 Favorites   0 Comments

Color spaces of #ed735f

RGB 23711595
HSL0.020.800.65
HSV60°93°
CMYK 0.000.510.60   0.07
XYZ43.121331.092214.5551
Yxy31.09220.48580.3503
Hunter Lab55.760440.459123.5558
CIE-Lab62.585445.467333.2299

#ed735f color RGB value is (237,115,95).

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

The process color (four color CMYK) of #ed735f color hex is 0.00, 0.51, 0.60, 0.07. Web safe color of #ed735f is #ff6666. Color #ed735f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110011 01011111
Octal 355 163 137
Decimal 237 115 95
Hex ED 73 5F

RGB Percentages of Color #ed735f

%53.02
%25.73
%21.25

CMYK Percentages of Color #ed735f

%0
%51
%60
%7

Triadic Colors of #ed735f

#ed735f #5fed73 #735fed

Analogous Colors of #ed735f

#ed735f #edba5f #ed5f92

Monochromatic Colors of #ed735f

#ed735f

Complementary Color

#ed735f #5fd9ed

#ed735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed735f Color CSS Codes

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

#ed735f Text Font Color

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

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


#ed735f Background Color

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

This div background color is #ed735f


#ed735f Border Color

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

This div border color is #ed735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed735f


Comments

No comments written yet.

Please login to write comment.