Color Hex Logo

#ed224d Color Hex

#ED224D
(237,34,77)
0 Favorites   0 Comments

Color spaces of #ed224d

RGB 2373477
HSL0.960.850.53
HSV347°86°93°
CMYK 0.000.860.68   0.07
XYZ36.836619.68448.8791
Yxy19.68440.56320.3010
Hunter Lab44.367170.560519.1914
CIE-Lab51.478573.688829.6128

#ed224d color RGB value is (237,34,77).

#ed224d hex color red value is 237, green value is 34 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ed224d hue: 0.96 , saturation: 0.85 and the lightness value of ed224d is 0.53.

The process color (four color CMYK) of #ed224d color hex is 0.00, 0.86, 0.68, 0.07. Web safe color of #ed224d is #ff3366. Color #ed224d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100010 01001101
Octal 355 42 115
Decimal 237 34 77
Hex ED 22 4D

RGB Percentages of Color #ed224d

%68.10
%9.77
%22.13

CMYK Percentages of Color #ed224d

%0
%86
%68
%7

Triadic Colors of #ed224d

#ed224d #4ded22 #224ded

Analogous Colors of #ed224d

#ed224d #ed5c22 #ed22b3

Monochromatic Colors of #ed224d

#ed224d

Complementary Color

#ed224d #22edc2

#ed224d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed224d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed224d Color CSS Codes

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

#ed224d Text Font Color

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

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


#ed224d Background Color

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

This div background color is #ed224d


#ed224d Border Color

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

This div border color is #ed224d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed224d


Comments

No comments written yet.

Please login to write comment.