color codes Logo

#ed845b color codes

#ED845B
(237,132,91)
0 Favorites   0 Comments

Color spaces of #ed845b

RGB 23713291
HSL0.050.800.64
HSV17°62°93°
CMYK 0.000.440.62   0.07
XYZ45.064635.262414.3287
Yxy35.26240.47610.3725
Hunter Lab59.382231.543327.2610
CIE-Lab65.952536.640939.5681

#ed845b color RGB value is (237,132,91).

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

The process color (four color CMYK) of #ed845b color code is 0.00, 0.44, 0.62, 0.07. Web safe color of #ed845b is #ff9966. Color #ed845b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 01011011
Octal 355 204 133
Decimal 237 132 91
Hex ED 84 5B

RGB Percentages of Color #ed845b

%51.52
%28.70
%19.78

CMYK Percentages of Color #ed845b

%0
%44
%62
%7

Triadic Colors of #ed845b

#ed845b #5bed84 #845bed

Analogous Colors of #ed845b

#ed845b #edcd5b #ed5b7b

Monochromatic Colors of #ed845b

#ed845b

Complementary Color

#ed845b #5bc4ed

#ed845b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed845b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed845b Color CSS Codes

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

#ed845b Text Font Color

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

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


#ed845b Background Color

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

This div background color is #ed845b


#ed845b Border Color

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

This div border color is #ed845b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed845b


Comments

No comments written yet.

Please login to write comment.