Color Hex Logo

#ed755e Color Hex

#ED755E
(237,117,94)
0 Favorites   0 Comments

Color spaces of #ed755e

RGB 23711794
HSL0.030.800.65
HSV10°60°93°
CMYK 0.000.510.60   0.07
XYZ43.306731.535314.3941
Yxy31.53530.48530.3534
Hunter Lab56.156339.382424.1121
CIE-Lab62.956944.415634.2489

#ed755e color RGB value is (237,117,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110101 01011110
Octal 355 165 136
Decimal 237 117 94
Hex ED 75 5E

RGB Percentages of Color #ed755e

%52.90
%26.12
%20.98

CMYK Percentages of Color #ed755e

%0
%51
%60
%7

Triadic Colors of #ed755e

#ed755e #5eed75 #755eed

Analogous Colors of #ed755e

#ed755e #edbd5e #ed5e8f

Monochromatic Colors of #ed755e

#ed755e

Complementary Color

#ed755e #5ed6ed

#ed755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed755e Color CSS Codes

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

#ed755e Text Font Color

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

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


#ed755e Background Color

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

This div background color is #ed755e


#ed755e Border Color

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

This div border color is #ed755e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed755e


Comments

No comments written yet.

Please login to write comment.