Color Hex Logo

#ed426d Color Hex

#ED426D
(237,66,109)
0 Favorites   0 Comments

Color spaces of #ed426d

RGB 23766109
HSL0.960.830.59
HSV345°72°93°
CMYK 0.000.720.54   0.07
XYZ39.633623.005116.8195
Yxy23.00510.49880.2895
Hunter Lab47.963663.562812.7832
CIE-Lab55.077667.177915.2357

#ed426d color RGB value is (237,66,109).

#ed426d hex color red value is 237, green value is 66 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ed426d hue: 0.96 , saturation: 0.83 and the lightness value of ed426d is 0.59.

The process color (four color CMYK) of #ed426d color hex is 0.00, 0.72, 0.54, 0.07. Web safe color of #ed426d is #ff3366. Color #ed426d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000010 01101101
Octal 355 102 155
Decimal 237 66 109
Hex ED 42 6D

RGB Percentages of Color #ed426d

%57.52
%16.02
%26.46

CMYK Percentages of Color #ed426d

%0
%72
%54
%7

Triadic Colors of #ed426d

#ed426d #6ded42 #426ded

Analogous Colors of #ed426d

#ed426d #ed6d42 #ed42c3

Monochromatic Colors of #ed426d

#ed426d

Complementary Color

#ed426d #42edc2

#ed426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed426d Color CSS Codes

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

#ed426d Text Font Color

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

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


#ed426d Background Color

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

This div background color is #ed426d


#ed426d Border Color

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

This div border color is #ed426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed426d


Comments

No comments written yet.

Please login to write comment.