Color Hex Logo

#ed255e Color Hex

#ED255E
(237,37,94)
0 Favorites   0 Comments

Color spaces of #ed255e

RGB 2373794
HSL0.950.850.54
HSV343°84°93°
CMYK 0.000.840.60   0.07
XYZ37.607020.135812.4942
Yxy20.13580.53540.2867
Hunter Lab44.872971.069214.9026
CIE-Lab51.990474.006120.0368

#ed255e color RGB value is (237,37,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100101 01011110
Octal 355 45 136
Decimal 237 37 94
Hex ED 25 5E

RGB Percentages of Color #ed255e

%64.40
%10.05
%25.54

CMYK Percentages of Color #ed255e

%0
%84
%60
%7

Triadic Colors of #ed255e

#ed255e #5eed25 #255eed

Analogous Colors of #ed255e

#ed255e #ed5025 #ed25c2

Monochromatic Colors of #ed255e

#ed255e

Complementary Color

#ed255e #25edb4

#ed255e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed255e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed255e Color CSS Codes

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

#ed255e Text Font Color

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

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


#ed255e Background Color

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

This div background color is #ed255e


#ed255e Border Color

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

This div border color is #ed255e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed255e


Comments

No comments written yet.

Please login to write comment.