Color Hex Logo

#ed1543 Color Hex

#ED1543
(237,21,67)
0 Favorites   0 Comments

Color spaces of #ed1543

RGB 2372167
HSL0.960.860.51
HSV347°91°93°
CMYK 0.000.910.72   0.07
XYZ36.206318.94617.0589
Yxy18.94610.58200.3045
Hunter Lab43.527172.305720.8538
CIE-Lab50.624175.280434.5247

#ed1543 color RGB value is (237,21,67).

#ed1543 hex color red value is 237, green value is 21 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ed1543 hue: 0.96 , saturation: 0.86 and the lightness value of ed1543 is 0.51.

The process color (four color CMYK) of #ed1543 color hex is 0.00, 0.91, 0.72, 0.07. Web safe color of #ed1543 is #ff0033. Color #ed1543 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 01000011
Octal 355 25 103
Decimal 237 21 67
Hex ED 15 43

RGB Percentages of Color #ed1543

%72.92
%6.46
%20.62

CMYK Percentages of Color #ed1543

%0
%91
%72
%7

Triadic Colors of #ed1543

#ed1543 #43ed15 #1543ed

Analogous Colors of #ed1543

#ed1543 #ed5315 #ed15af

Monochromatic Colors of #ed1543

#ed1543

Complementary Color

#ed1543 #15edbf

#ed1543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1543 Color CSS Codes

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

#ed1543 Text Font Color

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

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


#ed1543 Background Color

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

This div background color is #ed1543


#ed1543 Border Color

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

This div border color is #ed1543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1543


Comments

No comments written yet.

Please login to write comment.