Color Hex Logo

#ed745b Color Hex

#ED745B
(237,116,91)
0 Favorites   0 Comments

Color spaces of #ed745b

RGB 23711691
HSL0.030.800.64
HSV10°62°93°
CMYK 0.000.510.62   0.07
XYZ43.058831.250613.6601
Yxy31.25060.48950.3552
Hunter Lab55.902239.661024.6436
CIE-Lab62.718644.707435.6001

#ed745b color RGB value is (237,116,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110100 01011011
Octal 355 164 133
Decimal 237 116 91
Hex ED 74 5B

RGB Percentages of Color #ed745b

%53.38
%26.13
%20.50

CMYK Percentages of Color #ed745b

%0
%51
%62
%7

Triadic Colors of #ed745b

#ed745b #5bed74 #745bed

Analogous Colors of #ed745b

#ed745b #edbd5b #ed5b8b

Monochromatic Colors of #ed745b

#ed745b

Complementary Color

#ed745b #5bd4ed

#ed745b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed745b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed745b Color CSS Codes

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

#ed745b Text Font Color

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

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


#ed745b Background Color

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

This div background color is #ed745b


#ed745b Border Color

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

This div border color is #ed745b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,116,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 #ed745b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed745b


Comments

No comments written yet.

Please login to write comment.