Color Hex Logo

#ed1855 Color Hex

#ED1855
(237,24,85)
0 Favorites   0 Comments

Color spaces of #ed1855

RGB 2372485
HSL0.950.860.51
HSV343°90°93°
CMYK 0.000.900.64   0.07
XYZ36.891419.313710.3778
Yxy19.31370.55410.2901
Hunter Lab43.947472.933116.7623
CIE-Lab51.052275.706924.2496

#ed1855 color RGB value is (237,24,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011000 01010101
Octal 355 30 125
Decimal 237 24 85
Hex ED 18 55

RGB Percentages of Color #ed1855

%68.50
%6.94
%24.57

CMYK Percentages of Color #ed1855

%0
%90
%64
%7

Triadic Colors of #ed1855

#ed1855 #55ed18 #1855ed

Analogous Colors of #ed1855

#ed1855 #ed4618 #ed18c0

Monochromatic Colors of #ed1855

#ed1855

Complementary Color

#ed1855 #18edb0

#ed1855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1855 Color CSS Codes

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

#ed1855 Text Font Color

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

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


#ed1855 Background Color

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

This div background color is #ed1855


#ed1855 Border Color

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

This div border color is #ed1855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1855


Comments

No comments written yet.

Please login to write comment.