Color Hex Logo

#ed134e Color Hex

#ED134E
(237,19,78)
0 Favorites   0 Comments

Color spaces of #ed134e

RGB 2371978
HSL0.950.860.50
HSV344°92°93°
CMYK 0.000.920.67   0.07
XYZ36.533119.02038.9535
Yxy19.02030.56630.2949
Hunter Lab43.612373.204318.3565
CIE-Lab50.710975.993228.0479

#ed134e color RGB value is (237,19,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010011 01001110
Octal 355 23 116
Decimal 237 19 78
Hex ED 13 4E

RGB Percentages of Color #ed134e

%70.96
%5.69
%23.35

CMYK Percentages of Color #ed134e

%0
%92
%67
%7

Triadic Colors of #ed134e

#ed134e #4eed13 #134eed

Analogous Colors of #ed134e

#ed134e #ed4513 #ed13bb

Monochromatic Colors of #ed134e

#ed134e

Complementary Color

#ed134e #13edb2

#ed134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed134e Color CSS Codes

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

#ed134e Text Font Color

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

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


#ed134e Background Color

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

This div background color is #ed134e


#ed134e Border Color

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

This div border color is #ed134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed134e


Comments

No comments written yet.

Please login to write comment.