Color Hex Logo

#ed88cd Color Hex

#ED88CD
(237,136,205)
0 Favorites   0 Comments

Color spaces of #ed88cd

RGB 237136205
HSL0.890.740.73
HSV319°43°93°
CMYK 0.000.430.14   0.07
XYZ54.748740.020662.5968
Yxy40.02060.34790.2543
Hunter Lab63.261843.7711-14.3834
CIE-Lab69.484247.5545-18.9141

#ed88cd color RGB value is (237,136,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001000 11001101
Octal 355 210 315
Decimal 237 136 205
Hex ED 88 CD

RGB Percentages of Color #ed88cd

%41.00
%23.53
%35.47

CMYK Percentages of Color #ed88cd

%0
%43
%14
%7

Triadic Colors of #ed88cd

#ed88cd #cded88 #88cded

Analogous Colors of #ed88cd

#ed88cd #ed889b #db88ed

Monochromatic Colors of #ed88cd

#ed88cd

Complementary Color

#ed88cd #88eda8

#ed88cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed88cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed88cd Color CSS Codes

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

#ed88cd Text Font Color

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

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


#ed88cd Background Color

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

This div background color is #ed88cd


#ed88cd Border Color

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

This div border color is #ed88cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed88cd


Comments

No comments written yet.

Please login to write comment.