Color Hex Logo

#ed2149 Color Hex

#ED2149
(237,33,73)
0 Favorites   0 Comments

Color spaces of #ed2149

RGB 2373373
HSL0.970.850.53
HSV348°86°93°
CMYK 0.000.860.69   0.07
XYZ36.671519.57338.1485
Yxy19.57330.56950.3040
Hunter Lab44.241770.533820.0491
CIE-Lab51.351373.691631.8407

#ed2149 color RGB value is (237,33,73).

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

The process color (four color CMYK) of #ed2149 color hex is 0.00, 0.86, 0.69, 0.07. Web safe color of #ed2149 is #ff3333. Color #ed2149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100001 01001001
Octal 355 41 111
Decimal 237 33 73
Hex ED 21 49

RGB Percentages of Color #ed2149

%69.10
%9.62
%21.28

CMYK Percentages of Color #ed2149

%0
%86
%69
%7

Triadic Colors of #ed2149

#ed2149 #49ed21 #2149ed

Analogous Colors of #ed2149

#ed2149 #ed5f21 #ed21af

Monochromatic Colors of #ed2149

#ed2149

Complementary Color

#ed2149 #21edc5

#ed2149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2149 Color CSS Codes

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

#ed2149 Text Font Color

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

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


#ed2149 Background Color

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

This div background color is #ed2149


#ed2149 Border Color

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

This div border color is #ed2149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2149


Comments

No comments written yet.

Please login to write comment.