Color Hex Logo

#ed655e Color Hex

#ED655E
(237,101,94)
0 Favorites   0 Comments

Color spaces of #ed655e

RGB 23710194
HSL0.010.800.65
HSV60°93°
CMYK 0.000.570.60   0.07
XYZ41.599128.120013.8249
Yxy28.12000.49790.3366
Hunter Lab53.028347.228421.6624
CIE-Lab59.997052.049230.5066

#ed655e color RGB value is (237,101,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 01011110
Octal 355 145 136
Decimal 237 101 94
Hex ED 65 5E

RGB Percentages of Color #ed655e

%54.86
%23.38
%21.76

CMYK Percentages of Color #ed655e

%0
%57
%60
%7

Triadic Colors of #ed655e

#ed655e #5eed65 #655eed

Analogous Colors of #ed655e

#ed655e #edad5e #ed5e9f

Monochromatic Colors of #ed655e

#ed655e

Complementary Color

#ed655e #5ee6ed

#ed655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed655e Color CSS Codes

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

#ed655e Text Font Color

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

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


#ed655e Background Color

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

This div background color is #ed655e


#ed655e Border Color

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

This div border color is #ed655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed655e


Comments

No comments written yet.

Please login to write comment.