Color Hex Logo

#ed52ab Color Hex

#ED52AB
(237,82,171)
0 Favorites   0 Comments

Color spaces of #ed52ab

RGB 23782171
HSL0.900.810.63
HSV326°65°93°
CMYK 0.000.650.28   0.07
XYZ45.293026.979441.3484
Yxy26.97940.39860.2375
Hunter Lab51.941764.7535-10.8389
CIE-Lab58.955367.4588-15.5982

#ed52ab color RGB value is (237,82,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010010 10101011
Octal 355 122 253
Decimal 237 82 171
Hex ED 52 AB

RGB Percentages of Color #ed52ab

%48.37
%16.73
%34.90

CMYK Percentages of Color #ed52ab

%0
%65
%28
%7

Triadic Colors of #ed52ab

#ed52ab #abed52 #52abed

Analogous Colors of #ed52ab

#ed52ab #ed525e #e252ed

Monochromatic Colors of #ed52ab

#ed52ab

Complementary Color

#ed52ab #52ed94

#ed52ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed52ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed52ab Color CSS Codes

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

#ed52ab Text Font Color

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

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


#ed52ab Background Color

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

This div background color is #ed52ab


#ed52ab Border Color

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

This div border color is #ed52ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed52ab


Comments

No comments written yet.

Please login to write comment.