Color Hex Logo

#ed495f Color Hex

#ED495F
(237,73,95)
0 Favorites   0 Comments

Color spaces of #ed495f

RGB 2377395
HSL0.980.820.61
HSV352°69°93°
CMYK 0.000.690.60   0.07
XYZ39.373223.595813.3057
Yxy23.59580.51620.3094
Hunter Lab48.575559.677217.7623
CIE-Lab55.680863.757924.3394

#ed495f color RGB value is (237,73,95).

#ed495f hex color red value is 237, green value is 73 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ed495f hue: 0.98 , saturation: 0.82 and the lightness value of ed495f is 0.61.

The process color (four color CMYK) of #ed495f color hex is 0.00, 0.69, 0.60, 0.07. Web safe color of #ed495f is #ff3366. Color #ed495f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 01011111
Octal 355 111 137
Decimal 237 73 95
Hex ED 49 5F

RGB Percentages of Color #ed495f

%58.52
%18.02
%23.46

CMYK Percentages of Color #ed495f

%0
%69
%60
%7

Triadic Colors of #ed495f

#ed495f #5fed49 #495fed

Analogous Colors of #ed495f

#ed495f #ed8549 #ed49b1

Monochromatic Colors of #ed495f

#ed495f

Complementary Color

#ed495f #49edd7

#ed495f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed495f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed495f Color CSS Codes

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

#ed495f Text Font Color

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

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


#ed495f Background Color

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

This div background color is #ed495f


#ed495f Border Color

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

This div border color is #ed495f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed495f


Comments

No comments written yet.

Please login to write comment.