Color Hex Logo

#ed54ab Color Hex

#ED54AB
(237,84,171)
0 Favorites   0 Comments

Color spaces of #ed54ab

RGB 23784171
HSL0.910.810.63
HSV326°65°93°
CMYK 0.000.650.28   0.07
XYZ45.446127.285441.3994
Yxy27.28540.39820.2391
Hunter Lab52.235463.8874-10.4257
CIE-Lab59.237666.6815-15.1710

#ed54ab color RGB value is (237,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010100 10101011
Octal 355 124 253
Decimal 237 84 171
Hex ED 54 AB

RGB Percentages of Color #ed54ab

%48.17
%17.07
%34.76

CMYK Percentages of Color #ed54ab

%0
%65
%28
%7

Triadic Colors of #ed54ab

#ed54ab #abed54 #54abed

Analogous Colors of #ed54ab

#ed54ab #ed545f #e354ed

Monochromatic Colors of #ed54ab

#ed54ab

Complementary Color

#ed54ab #54ed96

#ed54ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed54ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed54ab Color CSS Codes

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

#ed54ab Text Font Color

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

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


#ed54ab Background Color

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

This div background color is #ed54ab


#ed54ab Border Color

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

This div border color is #ed54ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed54ab


Comments

No comments written yet.

Please login to write comment.