Color Hex Logo

#ed7ab9 Color Hex

#ED7AB9
(237,122,185)
0 Favorites   0 Comments

Color spaces of #ed7ab9

RGB 237122185
HSL0.910.760.70
HSV327°49°93°
CMYK 0.000.490.22   0.07
XYZ50.641535.426450.0678
Yxy35.42640.37200.2602
Hunter Lab59.520147.7131-8.2102
CIE-Lab66.079351.5560-12.8539

#ed7ab9 color RGB value is (237,122,185).

#ed7ab9 hex color red value is 237, green value is 122 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ed7ab9 hue: 0.91 , saturation: 0.76 and the lightness value of ed7ab9 is 0.70.

The process color (four color CMYK) of #ed7ab9 color hex is 0.00, 0.49, 0.22, 0.07. Web safe color of #ed7ab9 is #ff66cc. Color #ed7ab9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111010 10111001
Octal 355 172 271
Decimal 237 122 185
Hex ED 7A B9

RGB Percentages of Color #ed7ab9

%43.57
%22.43
%34.01

CMYK Percentages of Color #ed7ab9

%0
%49
%22
%7

Triadic Colors of #ed7ab9

#ed7ab9 #b9ed7a #7ab9ed

Analogous Colors of #ed7ab9

#ed7ab9 #ed7a80 #e87aed

Monochromatic Colors of #ed7ab9

#ed7ab9

Complementary Color

#ed7ab9 #7aedae

#ed7ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7ab9 Color CSS Codes

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

#ed7ab9 Text Font Color

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

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


#ed7ab9 Background Color

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

This div background color is #ed7ab9


#ed7ab9 Border Color

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

This div border color is #ed7ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7ab9


Comments

No comments written yet.

Please login to write comment.