Color Hex Logo

#ed654e Color Hex

#ED654E
(237,101,78)
0 Favorites   0 Comments

Color spaces of #ed654e

RGB 23710178
HSL0.020.820.62
HSV67°93°
CMYK 0.000.570.67   0.07
XYZ40.953927.861910.4271
Yxy27.86190.51680.3516
Hunter Lab52.784446.120425.2368
CIE-Lab59.763851.081639.1251

#ed654e color RGB value is (237,101,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 01001110
Octal 355 145 116
Decimal 237 101 78
Hex ED 65 4E

RGB Percentages of Color #ed654e

%56.97
%24.28
%18.75

CMYK Percentages of Color #ed654e

%0
%57
%67
%7

Triadic Colors of #ed654e

#ed654e #4eed65 #654eed

Analogous Colors of #ed654e

#ed654e #edb54e #ed4e87

Monochromatic Colors of #ed654e

#ed654e

Complementary Color

#ed654e #4ed6ed

#ed654e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed654e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed654e Color CSS Codes

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

#ed654e Text Font Color

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

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


#ed654e Background Color

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

This div background color is #ed654e


#ed654e Border Color

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

This div border color is #ed654e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed654e


Comments

No comments written yet.

Please login to write comment.