Color Hex Logo

#ed475b Color Hex

#ED475B
(237,71,91)
0 Favorites   0 Comments

Color spaces of #ed475b

RGB 2377191
HSL0.980.820.60
HSV353°70°93°
CMYK 0.000.700.62   0.07
XYZ39.066623.266312.3293
Yxy23.26630.52320.3116
Hunter Lab48.235260.159118.6096
CIE-Lab55.345664.232926.2511

#ed475b color RGB value is (237,71,91).

#ed475b hex color red value is 237, green value is 71 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ed475b hue: 0.98 , saturation: 0.82 and the lightness value of ed475b is 0.60.

The process color (four color CMYK) of #ed475b color hex is 0.00, 0.70, 0.62, 0.07. Web safe color of #ed475b is #ff3366. Color #ed475b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000111 01011011
Octal 355 107 133
Decimal 237 71 91
Hex ED 47 5B

RGB Percentages of Color #ed475b

%59.40
%17.79
%22.81

CMYK Percentages of Color #ed475b

%0
%70
%62
%7

Triadic Colors of #ed475b

#ed475b #5bed47 #475bed

Analogous Colors of #ed475b

#ed475b #ed8647 #ed47ae

Monochromatic Colors of #ed475b

#ed475b

Complementary Color

#ed475b #47edd9

#ed475b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed475b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed475b Color CSS Codes

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

#ed475b Text Font Color

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

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


#ed475b Background Color

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

This div background color is #ed475b


#ed475b Border Color

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

This div border color is #ed475b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed475b


Comments

No comments written yet.

Please login to write comment.