Color Hex Logo

#ed143e Color Hex

#ED143E
(237,20,62)
0 Favorites   0 Comments

Color spaces of #ed143e

RGB 2372062
HSL0.970.860.50
HSV348°92°93°
CMYK 0.000.920.74   0.07
XYZ36.044718.85266.2966
Yxy18.85260.58900.3081
Hunter Lab43.419672.197221.7956
CIE-Lab50.514375.213537.3384

#ed143e color RGB value is (237,20,62).

#ed143e hex color red value is 237, green value is 20 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ed143e hue: 0.97 , saturation: 0.86 and the lightness value of ed143e is 0.50.

The process color (four color CMYK) of #ed143e color hex is 0.00, 0.92, 0.74, 0.07. Web safe color of #ed143e is #ff0033. Color #ed143e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010100 00111110
Octal 355 24 76
Decimal 237 20 62
Hex ED 14 3E

RGB Percentages of Color #ed143e

%74.29
%6.27
%19.44

CMYK Percentages of Color #ed143e

%0
%92
%74
%7

Triadic Colors of #ed143e

#ed143e #3eed14 #143eed

Analogous Colors of #ed143e

#ed143e #ed5714 #ed14ab

Monochromatic Colors of #ed143e

#ed143e

Complementary Color

#ed143e #14edc3

#ed143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed143e Color CSS Codes

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

#ed143e Text Font Color

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

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


#ed143e Background Color

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

This div background color is #ed143e


#ed143e Border Color

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

This div border color is #ed143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed143e


Comments

No comments written yet.

Please login to write comment.