Color Hex Logo

#ed609e Color Hex

#ED609E
(237,96,158)
0 Favorites   0 Comments

Color spaces of #ed609e

RGB 23796158
HSL0.930.800.65
HSV334°59°93°
CMYK 0.000.590.33   0.07
XYZ45.279528.838935.5277
Yxy28.83890.41300.2630
Hunter Lab53.701956.5266-1.6334
CIE-Lab60.639260.1617-5.5524

#ed609e color RGB value is (237,96,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 10011110
Octal 355 140 236
Decimal 237 96 158
Hex ED 60 9E

RGB Percentages of Color #ed609e

%48.27
%19.55
%32.18

CMYK Percentages of Color #ed609e

%0
%59
%33
%7

Triadic Colors of #ed609e

#ed609e #9eed60 #609eed

Analogous Colors of #ed609e

#ed609e #ed6960 #ed60e5

Monochromatic Colors of #ed609e

#ed609e

Complementary Color

#ed609e #60edaf

#ed609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed609e Color CSS Codes

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

#ed609e Text Font Color

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

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


#ed609e Background Color

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

This div background color is #ed609e


#ed609e Border Color

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

This div border color is #ed609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed609e


Comments

No comments written yet.

Please login to write comment.