Color Hex Logo

#ed9fcd Color Hex

#ED9FCD
(237,159,205)
0 Favorites   0 Comments

Color spaces of #ed9fcd

RGB 237159205
HSL0.900.680.78
HSV325°33°93°
CMYK 0.000.330.14   0.07
XYZ58.342647.208663.7948
Yxy47.20860.34450.2788
Hunter Lab68.708531.3302-6.9539
CIE-Lab74.323035.6084-11.6256

#ed9fcd color RGB value is (237,159,205).

#ed9fcd hex color red value is 237, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed9fcd hue: 0.90 , saturation: 0.68 and the lightness value of ed9fcd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011111 11001101
Octal 355 237 315
Decimal 237 159 205
Hex ED 9F CD

RGB Percentages of Color #ed9fcd

%39.43
%26.46
%34.11

CMYK Percentages of Color #ed9fcd

%0
%33
%14
%7

Triadic Colors of #ed9fcd

#ed9fcd #cded9f #9fcded

Analogous Colors of #ed9fcd

#ed9fcd #ed9fa6 #e69fed

Monochromatic Colors of #ed9fcd

#ed9fcd

Complementary Color

#ed9fcd #9fedbf

#ed9fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9fcd Color CSS Codes

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

#ed9fcd Text Font Color

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

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


#ed9fcd Background Color

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

This div background color is #ed9fcd


#ed9fcd Border Color

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

This div border color is #ed9fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9fcd


Comments

No comments written yet.

Please login to write comment.