Color Hex Logo

#ed548e Color Hex

#ED548E
(237,84,142)
0 Favorites   0 Comments

Color spaces of #ed548e

RGB 23784142
HSL0.940.810.63
HSV337°65°93°
CMYK 0.000.650.40   0.07
XYZ42.977926.298228.4021
Yxy26.29820.44000.2692
Hunter Lab51.281859.85303.0598
CIE-Lab58.319063.43050.3473

#ed548e color RGB value is (237,84,142).

#ed548e hex color red value is 237, green value is 84 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ed548e hue: 0.94 , saturation: 0.81 and the lightness value of ed548e is 0.63.

The process color (four color CMYK) of #ed548e color hex is 0.00, 0.65, 0.40, 0.07. Web safe color of #ed548e is #ff6699. Color #ed548e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010100 10001110
Octal 355 124 216
Decimal 237 84 142
Hex ED 54 8E

RGB Percentages of Color #ed548e

%51.19
%18.14
%30.67

CMYK Percentages of Color #ed548e

%0
%65
%40
%7

Triadic Colors of #ed548e

#ed548e #8eed54 #548eed

Analogous Colors of #ed548e

#ed548e #ed6754 #ed54db

Monochromatic Colors of #ed548e

#ed548e

Complementary Color

#ed548e #54edb3

#ed548e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed548e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed548e Color CSS Codes

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

#ed548e Text Font Color

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

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


#ed548e Background Color

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

This div background color is #ed548e


#ed548e Border Color

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

This div border color is #ed548e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed548e


Comments

No comments written yet.

Please login to write comment.