Color Hex Logo

#ed53ab Color Hex

#ED53AB
(237,83,171)
0 Favorites   0 Comments

Color spaces of #ed53ab

RGB 23783171
HSL0.900.810.63
HSV326°65°93°
CMYK 0.000.650.28   0.07
XYZ45.369027.131341.3737
Yxy27.13130.39840.2383
Hunter Lab52.087764.3221-10.6331
CIE-Lab59.095767.0719-15.3857

#ed53ab color RGB value is (237,83,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 10101011
Octal 355 123 253
Decimal 237 83 171
Hex ED 53 AB

RGB Percentages of Color #ed53ab

%48.27
%16.90
%34.83

CMYK Percentages of Color #ed53ab

%0
%65
%28
%7

Triadic Colors of #ed53ab

#ed53ab #abed53 #53abed

Analogous Colors of #ed53ab

#ed53ab #ed535e #e253ed

Monochromatic Colors of #ed53ab

#ed53ab

Complementary Color

#ed53ab #53ed95

#ed53ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed53ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed53ab Color CSS Codes

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

#ed53ab Text Font Color

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

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


#ed53ab Background Color

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

This div background color is #ed53ab


#ed53ab Border Color

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

This div border color is #ed53ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed53ab


Comments

No comments written yet.

Please login to write comment.