Color Hex Logo

#ed875d Color Hex

#ED875D
(237,135,93)
0 Favorites   0 Comments

Color spaces of #ed875d

RGB 23713593
HSL0.050.800.65
HSV18°61°93°
CMYK 0.000.430.61   0.07
XYZ45.564836.122814.9268
Yxy36.12280.47160.3739
Hunter Lab60.102230.145727.3465
CIE-Lab66.613635.228239.3119

#ed875d color RGB value is (237,135,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000111 01011101
Octal 355 207 135
Decimal 237 135 93
Hex ED 87 5D

RGB Percentages of Color #ed875d

%50.97
%29.03
%20.00

CMYK Percentages of Color #ed875d

%0
%43
%61
%7

Triadic Colors of #ed875d

#ed875d #5ded87 #875ded

Analogous Colors of #ed875d

#ed875d #edcf5d #ed5d7b

Monochromatic Colors of #ed875d

#ed875d

Complementary Color

#ed875d #5dc3ed

#ed875d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed875d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed875d Color CSS Codes

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

#ed875d Text Font Color

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

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


#ed875d Background Color

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

This div background color is #ed875d


#ed875d Border Color

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

This div border color is #ed875d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed875d


Comments

No comments written yet.

Please login to write comment.