Color Hex Logo

#ed624f Color Hex

#ED624F
(237,98,79)
0 Favorites   0 Comments

Color spaces of #ed624f

RGB 2379879
HSL0.020.810.62
HSV67°93°
CMYK 0.000.590.67   0.07
XYZ40.704027.304410.5221
Yxy27.30440.51830.3477
Hunter Lab52.253647.602324.6385
CIE-Lab59.255052.504737.9709

#ed624f color RGB value is (237,98,79).

#ed624f hex color red value is 237, green value is 98 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ed624f hue: 0.02 , saturation: 0.81 and the lightness value of ed624f is 0.62.

The process color (four color CMYK) of #ed624f color hex is 0.00, 0.59, 0.67, 0.07. Web safe color of #ed624f is #ff6666. Color #ed624f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100010 01001111
Octal 355 142 117
Decimal 237 98 79
Hex ED 62 4F

RGB Percentages of Color #ed624f

%57.25
%23.67
%19.08

CMYK Percentages of Color #ed624f

%0
%59
%67
%7

Triadic Colors of #ed624f

#ed624f #4fed62 #624fed

Analogous Colors of #ed624f

#ed624f #edb14f #ed4f8b

Monochromatic Colors of #ed624f

#ed624f

Complementary Color

#ed624f #4fdaed

#ed624f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed624f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed624f Color CSS Codes

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

#ed624f Text Font Color

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

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


#ed624f Background Color

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

This div background color is #ed624f


#ed624f Border Color

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

This div border color is #ed624f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed624f


Comments

No comments written yet.

Please login to write comment.