Color Hex Logo

#ed81bb Color Hex

#ED81BB
(237,129,187)
0 Favorites   0 Comments

Color spaces of #ed81bb

RGB 237129187
HSL0.910.750.72
HSV328°46°93°
CMYK 0.000.460.21   0.07
XYZ51.744937.292951.4847
Yxy37.29290.36820.2654
Hunter Lab61.067944.3802-7.2383
CIE-Lab67.496248.3716-11.8537

#ed81bb color RGB value is (237,129,187).

#ed81bb hex color red value is 237, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ed81bb hue: 0.91 , saturation: 0.75 and the lightness value of ed81bb is 0.72.

The process color (four color CMYK) of #ed81bb color hex is 0.00, 0.46, 0.21, 0.07. Web safe color of #ed81bb is #ff99cc. Color #ed81bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000001 10111011
Octal 355 201 273
Decimal 237 129 187
Hex ED 81 BB

RGB Percentages of Color #ed81bb

%42.86
%23.33
%33.82

CMYK Percentages of Color #ed81bb

%0
%46
%21
%7

Triadic Colors of #ed81bb

#ed81bb #bbed81 #81bbed

Analogous Colors of #ed81bb

#ed81bb #ed8185 #e981ed

Monochromatic Colors of #ed81bb

#ed81bb

Complementary Color

#ed81bb #81edb3

#ed81bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed81bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed81bb Color CSS Codes

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

#ed81bb Text Font Color

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

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


#ed81bb Background Color

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

This div background color is #ed81bb


#ed81bb Border Color

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

This div border color is #ed81bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed81bb


Comments

No comments written yet.

Please login to write comment.