Color Hex Logo

#ed0855 Color Hex

#ED0855
(237,8,85)
0 Favorites   0 Comments

Color spaces of #ed0855

RGB 237885
HSL0.940.930.48
HSV340°97°93°
CMYK 0.000.970.64   0.07
XYZ36.651618.834110.2979
Yxy18.83410.55720.2863
Hunter Lab43.398374.803516.3100
CIE-Lab50.492577.327323.5197

#ed0855 color RGB value is (237,8,85).

#ed0855 hex color red value is 237, green value is 8 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ed0855 hue: 0.94 , saturation: 0.93 and the lightness value of ed0855 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001000 01010101
Octal 355 10 125
Decimal 237 8 85
Hex ED 8 55

RGB Percentages of Color #ed0855

%71.82
%2.42
%25.76

CMYK Percentages of Color #ed0855

%0
%97
%64
%7

Triadic Colors of #ed0855

#ed0855 #55ed08 #0855ed

Analogous Colors of #ed0855

#ed0855 #ed2e08 #ed08c8

Monochromatic Colors of #ed0855

#ed0855

Complementary Color

#ed0855 #08eda0

#ed0855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0855 Color CSS Codes

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

#ed0855 Text Font Color

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

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


#ed0855 Background Color

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

This div background color is #ed0855


#ed0855 Border Color

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

This div border color is #ed0855


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,8,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 #ed0855">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0855


Comments

No comments written yet.

Please login to write comment.