Color Hex Logo

#ed845d Color Hex

#ED845D
(237,132,93)
0 Favorites   0 Comments

Color spaces of #ed845d

RGB 23713293
HSL0.050.800.65
HSV16°61°93°
CMYK 0.000.440.61   0.07
XYZ45.152135.297414.7892
Yxy35.29740.47410.3706
Hunter Lab59.411631.687526.8292
CIE-Lab65.979636.776338.5365

#ed845d color RGB value is (237,132,93).

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

The process color (four color CMYK) of #ed845d color hex is 0.00, 0.44, 0.61, 0.07. Web safe color of #ed845d is #ff9966. Color #ed845d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 01011101
Octal 355 204 135
Decimal 237 132 93
Hex ED 84 5D

RGB Percentages of Color #ed845d

%51.30
%28.57
%20.13

CMYK Percentages of Color #ed845d

%0
%44
%61
%7

Triadic Colors of #ed845d

#ed845d #5ded84 #845ded

Analogous Colors of #ed845d

#ed845d #edcc5d #ed5d7e

Monochromatic Colors of #ed845d

#ed845d

Complementary Color

#ed845d #5dc6ed

#ed845d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed845d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed845d Color CSS Codes

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

#ed845d Text Font Color

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

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


#ed845d Background Color

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

This div background color is #ed845d


#ed845d Border Color

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

This div border color is #ed845d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed845d


Comments

No comments written yet.

Please login to write comment.