Color Hex Logo

#ed9fdf Color Hex

#ED9FDF
(237,159,223)
0 Favorites   0 Comments

Color spaces of #ed9fdf

RGB 237159223
HSL0.860.680.78
HSV311°33°93°
CMYK 0.000.330.06   0.07
XYZ60.642548.128575.9056
Yxy48.12850.32840.2606
Hunter Lab69.374734.6264-16.3092
CIE-Lab74.905938.6078-20.6034

#ed9fdf color RGB value is (237,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011111 11011111
Octal 355 237 337
Decimal 237 159 223
Hex ED 9F DF

RGB Percentages of Color #ed9fdf

%38.29
%25.69
%36.03

CMYK Percentages of Color #ed9fdf

%0
%33
%6
%7

Triadic Colors of #ed9fdf

#ed9fdf #dfed9f #9fdfed

Analogous Colors of #ed9fdf

#ed9fdf #ed9fb8 #d49fed

Monochromatic Colors of #ed9fdf

#ed9fdf

Complementary Color

#ed9fdf #9fedad

#ed9fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9fdf Color CSS Codes

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

#ed9fdf Text Font Color

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

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


#ed9fdf Background Color

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

This div background color is #ed9fdf


#ed9fdf Border Color

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

This div border color is #ed9fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9fdf


Comments

No comments written yet.

Please login to write comment.