Color Hex Logo

#ed369e Color Hex

#ED369E
(237,54,158)
0 Favorites   0 Comments

Color spaces of #ed369e

RGB 23754158
HSL0.910.840.57
HSV326°77°93°
CMYK 0.000.770.33   0.07
XYZ42.415823.111534.5732
Yxy23.11150.42370.2309
Hunter Lab48.074473.3593-8.9869
CIE-Lab55.187075.2501-13.7084

#ed369e color RGB value is (237,54,158).

#ed369e hex color red value is 237, green value is 54 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ed369e hue: 0.91 , saturation: 0.84 and the lightness value of ed369e is 0.57.

The process color (four color CMYK) of #ed369e color hex is 0.00, 0.77, 0.33, 0.07. Web safe color of #ed369e is #ff3399. Color #ed369e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110110 10011110
Octal 355 66 236
Decimal 237 54 158
Hex ED 36 9E

RGB Percentages of Color #ed369e

%52.78
%12.03
%35.19

CMYK Percentages of Color #ed369e

%0
%77
%33
%7

Triadic Colors of #ed369e

#ed369e #9eed36 #369eed

Analogous Colors of #ed369e

#ed369e #ed3643 #e136ed

Monochromatic Colors of #ed369e

#ed369e

Complementary Color

#ed369e #36ed85

#ed369e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed369e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed369e Color CSS Codes

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

#ed369e Text Font Color

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

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


#ed369e Background Color

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

This div background color is #ed369e


#ed369e Border Color

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

This div border color is #ed369e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed369e


Comments

No comments written yet.

Please login to write comment.