Color Hex Logo

#ed054e Color Hex

#ED054E
(237,5,78)
0 Favorites   0 Comments

Color spaces of #ed054e

RGB 237578
HSL0.950.960.47
HSV341°98°93°
CMYK 0.000.980.67   0.07
XYZ36.354518.66318.8940
Yxy18.66310.56880.2920
Hunter Lab43.200874.610518.0342
CIE-Lab50.290777.211327.5164

#ed054e color RGB value is (237,5,78).

#ed054e hex color red value is 237, green value is 5 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ed054e hue: 0.95 , saturation: 0.96 and the lightness value of ed054e is 0.47.

The process color (four color CMYK) of #ed054e color hex is 0.00, 0.98, 0.67, 0.07. Web safe color of #ed054e is #ff0066. Color #ed054e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000101 01001110
Octal 355 5 116
Decimal 237 5 78
Hex ED 5 4E

RGB Percentages of Color #ed054e

%74.06
%1.56
%24.38

CMYK Percentages of Color #ed054e

%0
%98
%67
%7

Triadic Colors of #ed054e

#ed054e #4eed05 #054eed

Analogous Colors of #ed054e

#ed054e #ed3005 #ed05c2

Monochromatic Colors of #ed054e

#ed054e

Complementary Color

#ed054e #05eda4

#ed054e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed054e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed054e Color CSS Codes

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

#ed054e Text Font Color

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

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


#ed054e Background Color

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

This div background color is #ed054e


#ed054e Border Color

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

This div border color is #ed054e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed054e


Comments

No comments written yet.

Please login to write comment.