Color Hex Logo

#ed5ab5 Color Hex

#ED5AB5
(237,90,181)
0 Favorites   0 Comments

Color spaces of #ed5ab5

RGB 23790181
HSL0.900.800.64
HSV323°62°93°
CMYK 0.000.620.24   0.07
XYZ46.921728.653046.7736
Yxy28.65300.38350.2342
Hunter Lab53.528562.7936-14.3381
CIE-Lab60.474265.5380-19.0553

#ed5ab5 color RGB value is (237,90,181).

#ed5ab5 hex color red value is 237, green value is 90 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ed5ab5 hue: 0.90 , saturation: 0.80 and the lightness value of ed5ab5 is 0.64.

The process color (four color CMYK) of #ed5ab5 color hex is 0.00, 0.62, 0.24, 0.07. Web safe color of #ed5ab5 is #ff66cc. Color #ed5ab5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011010 10110101
Octal 355 132 265
Decimal 237 90 181
Hex ED 5A B5

RGB Percentages of Color #ed5ab5

%46.65
%17.72
%35.63

CMYK Percentages of Color #ed5ab5

%0
%62
%24
%7

Triadic Colors of #ed5ab5

#ed5ab5 #b5ed5a #5ab5ed

Analogous Colors of #ed5ab5

#ed5ab5 #ed5a6c #dc5aed

Monochromatic Colors of #ed5ab5

#ed5ab5

Complementary Color

#ed5ab5 #5aed92

#ed5ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5ab5 Color CSS Codes

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

#ed5ab5 Text Font Color

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

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


#ed5ab5 Background Color

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

This div background color is #ed5ab5


#ed5ab5 Border Color

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

This div border color is #ed5ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5ab5


Comments

No comments written yet.

Please login to write comment.