Color Hex Logo

#ed88ce Color Hex

#ED88CE
(237,136,206)
0 Favorites   0 Comments

Color spaces of #ed88ce

RGB 237136206
HSL0.880.740.73
HSV318°43°93°
CMYK 0.000.430.13   0.07
XYZ54.869840.069163.2347
Yxy40.06910.34690.2533
Hunter Lab63.300243.9520-14.9186
CIE-Lab69.518747.7122-19.4176

#ed88ce color RGB value is (237,136,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001000 11001110
Octal 355 210 316
Decimal 237 136 206
Hex ED 88 CE

RGB Percentages of Color #ed88ce

%40.93
%23.49
%35.58

CMYK Percentages of Color #ed88ce

%0
%43
%13
%7

Triadic Colors of #ed88ce

#ed88ce #ceed88 #88ceed

Analogous Colors of #ed88ce

#ed88ce #ed889c #da88ed

Monochromatic Colors of #ed88ce

#ed88ce

Complementary Color

#ed88ce #88eda7

#ed88ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed88ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed88ce Color CSS Codes

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

#ed88ce Text Font Color

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

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


#ed88ce Background Color

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

This div background color is #ed88ce


#ed88ce Border Color

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

This div border color is #ed88ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed88ce


Comments

No comments written yet.

Please login to write comment.