Color Hex Logo

#ed034f Color Hex

#ED034F
(237,3,79)
0 Favorites   0 Comments

Color spaces of #ed034f

RGB 237379
HSL0.950.980.47
HSV341°99°93°
CMYK 0.000.990.67   0.07
XYZ36.368918.63429.0770
Yxy18.63420.56760.2908
Hunter Lab43.167374.845117.7500
CIE-Lab50.256577.406826.8663

#ed034f color RGB value is (237,3,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000011 01001111
Octal 355 3 117
Decimal 237 3 79
Hex ED 3 4F

RGB Percentages of Color #ed034f

%74.29
%0.94
%24.76

CMYK Percentages of Color #ed034f

%0
%99
%67
%7

Triadic Colors of #ed034f

#ed034f #4fed03 #034fed

Analogous Colors of #ed034f

#ed034f #ed2c03 #ed03c4

Monochromatic Colors of #ed034f

#ed034f

Complementary Color

#ed034f #03eda1

#ed034f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed034f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed034f Color CSS Codes

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

#ed034f Text Font Color

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

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


#ed034f Background Color

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

This div background color is #ed034f


#ed034f Border Color

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

This div border color is #ed034f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed034f


Comments

No comments written yet.

Please login to write comment.