Color Hex Logo

#ed96bb Color Hex

#ED96BB
(237,150,187)
0 Favorites   0 Comments

Color spaces of #ed96bb

RGB 237150187
HSL0.930.710.76
HSV334°37°93°
CMYK 0.000.370.21   0.07
XYZ54.801043.405152.5034
Yxy43.40510.36360.2880
Hunter Lab65.882533.1816-1.1319
CIE-Lab71.829137.5798-5.4042

#ed96bb color RGB value is (237,150,187).

#ed96bb hex color red value is 237, green value is 150 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ed96bb hue: 0.93 , saturation: 0.71 and the lightness value of ed96bb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 10111011
Octal 355 226 273
Decimal 237 150 187
Hex ED 96 BB

RGB Percentages of Color #ed96bb

%41.29
%26.13
%32.58

CMYK Percentages of Color #ed96bb

%0
%37
%21
%7

Triadic Colors of #ed96bb

#ed96bb #bbed96 #96bbed

Analogous Colors of #ed96bb

#ed96bb #ed9d96 #ed96e7

Monochromatic Colors of #ed96bb

#ed96bb

Complementary Color

#ed96bb #96edc8

#ed96bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed96bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed96bb Color CSS Codes

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

#ed96bb Text Font Color

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

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


#ed96bb Background Color

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

This div background color is #ed96bb


#ed96bb Border Color

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

This div border color is #ed96bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed96bb


Comments

No comments written yet.

Please login to write comment.