Color Hex Logo

#ed8fab Color Hex

#ED8FAB
(237,143,171)
0 Favorites   0 Comments

Color spaces of #ed8fab

RGB 237143171
HSL0.950.720.75
HSV342°40°93°
CMYK 0.000.400.28   0.07
XYZ52.098240.589743.6168
Yxy40.58970.38220.2978
Hunter Lab63.710034.47394.0063
CIE-Lab69.887538.99130.6489

#ed8fab color RGB value is (237,143,171).

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

The process color (four color CMYK) of #ed8fab color hex is 0.00, 0.40, 0.28, 0.07. Web safe color of #ed8fab is #ff9999. Color #ed8fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001111 10101011
Octal 355 217 253
Decimal 237 143 171
Hex ED 8F AB

RGB Percentages of Color #ed8fab

%43.01
%25.95
%31.03

CMYK Percentages of Color #ed8fab

%0
%40
%28
%7

Triadic Colors of #ed8fab

#ed8fab #abed8f #8fabed

Analogous Colors of #ed8fab

#ed8fab #eda28f #ed8fda

Monochromatic Colors of #ed8fab

#ed8fab

Complementary Color

#ed8fab #8fedd1

#ed8fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8fab Color CSS Codes

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

#ed8fab Text Font Color

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

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


#ed8fab Background Color

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

This div background color is #ed8fab


#ed8fab Border Color

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

This div border color is #ed8fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8fab


Comments

No comments written yet.

Please login to write comment.