Color Hex Logo

#ed1851 Color Hex

#ED1851
(237,24,81)
0 Favorites   0 Comments

Color spaces of #ed1851

RGB 2372481
HSL0.960.860.51
HSV344°90°93°
CMYK 0.000.900.66   0.07
XYZ36.736919.25199.5643
Yxy19.25190.56040.2937
Hunter Lab43.877072.668017.7899
CIE-Lab50.980675.505626.5785

#ed1851 color RGB value is (237,24,81).

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

The process color (four color CMYK) of #ed1851 color hex is 0.00, 0.90, 0.66, 0.07. Web safe color of #ed1851 is #ff0066. Color #ed1851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011000 01010001
Octal 355 30 121
Decimal 237 24 81
Hex ED 18 51

RGB Percentages of Color #ed1851

%69.30
%7.02
%23.68

CMYK Percentages of Color #ed1851

%0
%90
%66
%7

Triadic Colors of #ed1851

#ed1851 #51ed18 #1851ed

Analogous Colors of #ed1851

#ed1851 #ed4a18 #ed18bc

Monochromatic Colors of #ed1851

#ed1851

Complementary Color

#ed1851 #18edb4

#ed1851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1851 Color CSS Codes

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

#ed1851 Text Font Color

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

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


#ed1851 Background Color

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

This div background color is #ed1851


#ed1851 Border Color

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

This div border color is #ed1851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1851


Comments

No comments written yet.

Please login to write comment.