Color Hex Logo

#ed4051 Color Hex

#ED4051
(237,64,81)
0 Favorites   0 Comments

Color spaces of #ed4051

RGB 2376481
HSL0.980.830.59
HSV354°73°93°
CMYK 0.000.730.66   0.07
XYZ38.243722.265410.0666
Yxy22.26540.54190.3155
Hunter Lab47.186262.095620.3816
CIE-Lab54.307566.078730.7846

#ed4051 color RGB value is (237,64,81).

#ed4051 hex color red value is 237, green value is 64 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ed4051 hue: 0.98 , saturation: 0.83 and the lightness value of ed4051 is 0.59.

The process color (four color CMYK) of #ed4051 color hex is 0.00, 0.73, 0.66, 0.07. Web safe color of #ed4051 is #ff3366. Color #ed4051 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000000 01010001
Octal 355 100 121
Decimal 237 64 81
Hex ED 40 51

RGB Percentages of Color #ed4051

%62.04
%16.75
%21.20

CMYK Percentages of Color #ed4051

%0
%73
%66
%7

Triadic Colors of #ed4051

#ed4051 #51ed40 #4051ed

Analogous Colors of #ed4051

#ed4051 #ed8640 #ed40a8

Monochromatic Colors of #ed4051

#ed4051

Complementary Color

#ed4051 #40eddc

#ed4051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4051 Color CSS Codes

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

#ed4051 Text Font Color

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

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


#ed4051 Background Color

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

This div background color is #ed4051


#ed4051 Border Color

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

This div border color is #ed4051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4051


Comments

No comments written yet.

Please login to write comment.