Color Hex Logo

#ed88af Color Hex

#ED88AF
(237,136,175)
0 Favorites   0 Comments

Color spaces of #ed88af

RGB 237136175
HSL0.940.740.73
HSV337°43°93°
CMYK 0.000.430.26   0.07
XYZ51.467138.708045.3162
Yxy38.70800.37990.2857
Hunter Lab62.215838.78400.3659
CIE-Lab68.539243.1439-3.5661

#ed88af color RGB value is (237,136,175).

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

The process color (four color CMYK) of #ed88af color hex is 0.00, 0.43, 0.26, 0.07. Web safe color of #ed88af is #ff9999. Color #ed88af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001000 10101111
Octal 355 210 257
Decimal 237 136 175
Hex ED 88 AF

RGB Percentages of Color #ed88af

%43.25
%24.82
%31.93

CMYK Percentages of Color #ed88af

%0
%43
%26
%7

Triadic Colors of #ed88af

#ed88af #afed88 #88afed

Analogous Colors of #ed88af

#ed88af #ed9488 #ed88e2

Monochromatic Colors of #ed88af

#ed88af

Complementary Color

#ed88af #88edc6

#ed88af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed88af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed88af Color CSS Codes

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

#ed88af Text Font Color

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

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


#ed88af Background Color

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

This div background color is #ed88af


#ed88af Border Color

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

This div border color is #ed88af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed88af


Comments

No comments written yet.

Please login to write comment.