Color Hex Logo

#ed654d Color Hex

#ED654D
(237,101,77)
0 Favorites   0 Comments

Color spaces of #ed654d

RGB 23710177
HSL0.030.820.62
HSV68°93°
CMYK 0.000.570.68   0.07
XYZ40.918327.847710.2397
Yxy27.84770.51790.3525
Hunter Lab52.770946.058925.4350
CIE-Lab59.750951.027639.6544

#ed654d color RGB value is (237,101,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 01001101
Octal 355 145 115
Decimal 237 101 77
Hex ED 65 4D

RGB Percentages of Color #ed654d

%57.11
%24.34
%18.55

CMYK Percentages of Color #ed654d

%0
%57
%68
%7

Triadic Colors of #ed654d

#ed654d #4ded65 #654ded

Analogous Colors of #ed654d

#ed654d #edb54d #ed4d85

Monochromatic Colors of #ed654d

#ed654d

Complementary Color

#ed654d #4dd5ed

#ed654d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed654d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed654d Color CSS Codes

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

#ed654d Text Font Color

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

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


#ed654d Background Color

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

This div background color is #ed654d


#ed654d Border Color

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

This div border color is #ed654d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed654d


Comments

No comments written yet.

Please login to write comment.