Color Hex Logo

#ed645f Color Hex

#ED645F
(237,100,95)
0 Favorites   0 Comments

Color spaces of #ed645f

RGB 23710095
HSL0.010.800.65
HSV60°93°
CMYK 0.000.580.60   0.07
XYZ41.547827.945114.0306
Yxy27.94510.49740.3346
Hunter Lab52.863147.781721.2678
CIE-Lab59.839152.573629.7383

#ed645f color RGB value is (237,100,95).

#ed645f hex color red value is 237, green value is 100 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ed645f hue: 0.01 , saturation: 0.80 and the lightness value of ed645f is 0.65.

The process color (four color CMYK) of #ed645f color hex is 0.00, 0.58, 0.60, 0.07. Web safe color of #ed645f is #ff6666. Color #ed645f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100100 01011111
Octal 355 144 137
Decimal 237 100 95
Hex ED 64 5F

RGB Percentages of Color #ed645f

%54.86
%23.15
%21.99

CMYK Percentages of Color #ed645f

%0
%58
%60
%7

Triadic Colors of #ed645f

#ed645f #5fed64 #645fed

Analogous Colors of #ed645f

#ed645f #edab5f #ed5fa1

Monochromatic Colors of #ed645f

#ed645f

Complementary Color

#ed645f #5fe8ed

#ed645f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed645f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed645f Color CSS Codes

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

#ed645f Text Font Color

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

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


#ed645f Background Color

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

This div background color is #ed645f


#ed645f Border Color

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

This div border color is #ed645f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed645f


Comments

No comments written yet.

Please login to write comment.