Color Hex Logo

#ed88be Color Hex

#ED88BE
(237,136,190)
0 Favorites   0 Comments

Color spaces of #ed88be

RGB 237136190
HSL0.910.740.73
HSV328°43°93°
CMYK 0.000.430.20   0.07
XYZ53.023539.330553.5121
Yxy39.33050.36350.2696
Hunter Lab62.714041.1687-6.6906
CIE-Lab68.990045.2682-11.2971

#ed88be color RGB value is (237,136,190).

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

The process color (four color CMYK) of #ed88be color hex is 0.00, 0.43, 0.20, 0.07. Web safe color of #ed88be is #ff99cc. Color #ed88be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001000 10111110
Octal 355 210 276
Decimal 237 136 190
Hex ED 88 BE

RGB Percentages of Color #ed88be

%42.10
%24.16
%33.75

CMYK Percentages of Color #ed88be

%0
%43
%20
%7

Triadic Colors of #ed88be

#ed88be #beed88 #88beed

Analogous Colors of #ed88be

#ed88be #ed888c #ea88ed

Monochromatic Colors of #ed88be

#ed88be

Complementary Color

#ed88be #88edb7

#ed88be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed88be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed88be Color CSS Codes

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

#ed88be Text Font Color

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

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


#ed88be Background Color

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

This div background color is #ed88be


#ed88be Border Color

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

This div border color is #ed88be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed88be


Comments

No comments written yet.

Please login to write comment.