Color Hex Logo

#ed8bba Color Hex

#ED8BBA
(237,139,186)
0 Favorites   0 Comments

Color spaces of #ed8bba

RGB 237139186
HSL0.920.730.74
HSV331°41°93°
CMYK 0.000.410.22   0.07
XYZ53.020640.014951.3835
Yxy40.01490.36710.2771
Hunter Lab63.257338.9136-3.8807
CIE-Lab69.480143.1480-8.3309

#ed8bba color RGB value is (237,139,186).

#ed8bba hex color red value is 237, green value is 139 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ed8bba hue: 0.92 , saturation: 0.73 and the lightness value of ed8bba is 0.74.

The process color (four color CMYK) of #ed8bba color hex is 0.00, 0.41, 0.22, 0.07. Web safe color of #ed8bba is #ff99cc. Color #ed8bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001011 10111010
Octal 355 213 272
Decimal 237 139 186
Hex ED 8B BA

RGB Percentages of Color #ed8bba

%42.17
%24.73
%33.10

CMYK Percentages of Color #ed8bba

%0
%41
%22
%7

Triadic Colors of #ed8bba

#ed8bba #baed8b #8bbaed

Analogous Colors of #ed8bba

#ed8bba #ed8d8b #ed8beb

Monochromatic Colors of #ed8bba

#ed8bba

Complementary Color

#ed8bba #8bedbe

#ed8bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8bba Color CSS Codes

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

#ed8bba Text Font Color

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

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


#ed8bba Background Color

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

This div background color is #ed8bba


#ed8bba Border Color

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

This div border color is #ed8bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8bba


Comments

No comments written yet.

Please login to write comment.