Color Hex Logo

#ed2555 Color Hex

#ED2555
(237,37,85)
0 Favorites   0 Comments

Color spaces of #ed2555

RGB 2373785
HSL0.960.850.54
HSV346°84°93°
CMYK 0.000.840.64   0.07
XYZ37.226319.983510.4895
Yxy19.98350.54990.2952
Hunter Lab44.702970.415617.3797
CIE-Lab51.818673.504025.2443

#ed2555 color RGB value is (237,37,85).

#ed2555 hex color red value is 237, green value is 37 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ed2555 hue: 0.96 , saturation: 0.85 and the lightness value of ed2555 is 0.54.

The process color (four color CMYK) of #ed2555 color hex is 0.00, 0.84, 0.64, 0.07. Web safe color of #ed2555 is #ff3366. Color #ed2555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100101 01010101
Octal 355 45 125
Decimal 237 37 85
Hex ED 25 55

RGB Percentages of Color #ed2555

%66.02
%10.31
%23.68

CMYK Percentages of Color #ed2555

%0
%84
%64
%7

Triadic Colors of #ed2555

#ed2555 #55ed25 #2555ed

Analogous Colors of #ed2555

#ed2555 #ed5925 #ed25b9

Monochromatic Colors of #ed2555

#ed2555

Complementary Color

#ed2555 #25edbd

#ed2555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2555 Color CSS Codes

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

#ed2555 Text Font Color

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

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


#ed2555 Background Color

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

This div background color is #ed2555


#ed2555 Border Color

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

This div border color is #ed2555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2555


Comments

No comments written yet.

Please login to write comment.