Color Hex Logo

#ed659e Color Hex

#ED659E
(237,101,158)
0 Favorites   0 Comments

Color spaces of #ed659e

RGB 237101158
HSL0.930.790.66
HSV335°57°93°
CMYK 0.000.570.33   0.07
XYZ45.750329.780535.6847
Yxy29.78050.41140.2678
Hunter Lab54.571554.1462-0.5701
CIE-Lab61.464457.9537-4.3322

#ed659e color RGB value is (237,101,158).

#ed659e hex color red value is 237, green value is 101 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ed659e hue: 0.93 , saturation: 0.79 and the lightness value of ed659e is 0.66.

The process color (four color CMYK) of #ed659e color hex is 0.00, 0.57, 0.33, 0.07. Web safe color of #ed659e is #ff6699. Color #ed659e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 10011110
Octal 355 145 236
Decimal 237 101 158
Hex ED 65 9E

RGB Percentages of Color #ed659e

%47.78
%20.36
%31.85

CMYK Percentages of Color #ed659e

%0
%57
%33
%7

Triadic Colors of #ed659e

#ed659e #9eed65 #659eed

Analogous Colors of #ed659e

#ed659e #ed7065 #ed65e2

Monochromatic Colors of #ed659e

#ed659e

Complementary Color

#ed659e #65edb4

#ed659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed659e Color CSS Codes

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

#ed659e Text Font Color

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

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


#ed659e Background Color

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

This div background color is #ed659e


#ed659e Border Color

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

This div border color is #ed659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed659e


Comments

No comments written yet.

Please login to write comment.