Color Hex Logo

#ed448e Color Hex

#ED448E
(237,68,142)
0 Favorites   0 Comments

Color spaces of #ed448e

RGB 23768142
HSL0.930.820.60
HSV334°71°93°
CMYK 0.000.710.40   0.07
XYZ41.874724.091828.0343
Yxy24.09180.44550.2563
Hunter Lab49.083466.38840.4945
CIE-Lab56.179669.3400-2.7874

#ed448e color RGB value is (237,68,142).

#ed448e hex color red value is 237, green value is 68 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ed448e hue: 0.93 , saturation: 0.82 and the lightness value of ed448e is 0.60.

The process color (four color CMYK) of #ed448e color hex is 0.00, 0.71, 0.40, 0.07. Web safe color of #ed448e is #ff3399. Color #ed448e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000100 10001110
Octal 355 104 216
Decimal 237 68 142
Hex ED 44 8E

RGB Percentages of Color #ed448e

%53.02
%15.21
%31.77

CMYK Percentages of Color #ed448e

%0
%71
%40
%7

Triadic Colors of #ed448e

#ed448e #8eed44 #448eed

Analogous Colors of #ed448e

#ed448e #ed4f44 #ed44e3

Monochromatic Colors of #ed448e

#ed448e

Complementary Color

#ed448e #44eda3

#ed448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed448e Color CSS Codes

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

#ed448e Text Font Color

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

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


#ed448e Background Color

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

This div background color is #ed448e


#ed448e Border Color

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

This div border color is #ed448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed448e


Comments

No comments written yet.

Please login to write comment.