Color Hex Logo

#ed77ab Color Hex

#ED77AB
(237,119,171)
0 Favorites   0 Comments

Color spaces of #ed77ab

RGB 237119171
HSL0.930.770.70
HSV334°50°93°
CMYK 0.000.500.28   0.07
XYZ48.872634.138542.5416
Yxy34.13850.38930.2719
Hunter Lab58.428247.0582-2.2694
CIE-Lab65.072451.1207-6.4315

#ed77ab color RGB value is (237,119,171).

#ed77ab hex color red value is 237, green value is 119 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ed77ab hue: 0.93 , saturation: 0.77 and the lightness value of ed77ab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110111 10101011
Octal 355 167 253
Decimal 237 119 171
Hex ED 77 AB

RGB Percentages of Color #ed77ab

%44.97
%22.58
%32.45

CMYK Percentages of Color #ed77ab

%0
%50
%28
%7

Triadic Colors of #ed77ab

#ed77ab #abed77 #77abed

Analogous Colors of #ed77ab

#ed77ab #ed7e77 #ed77e6

Monochromatic Colors of #ed77ab

#ed77ab

Complementary Color

#ed77ab #77edb9

#ed77ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed77ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed77ab Color CSS Codes

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

#ed77ab Text Font Color

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

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


#ed77ab Background Color

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

This div background color is #ed77ab


#ed77ab Border Color

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

This div border color is #ed77ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed77ab


Comments

No comments written yet.

Please login to write comment.