Color Hex Logo

#ed98df Color Hex

#ED98DF
(237,152,223)
0 Favorites   0 Comments

Color spaces of #ed98df

RGB 237152223
HSL0.860.700.76
HSV310°36°93°
CMYK 0.000.360.06   0.07
XYZ59.472645.788775.5156
Yxy45.78870.32900.2533
Hunter Lab67.667338.4652-18.7995
CIE-Lab73.408242.2773-22.8814

#ed98df color RGB value is (237,152,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011000 11011111
Octal 355 230 337
Decimal 237 152 223
Hex ED 98 DF

RGB Percentages of Color #ed98df

%38.73
%24.84
%36.44

CMYK Percentages of Color #ed98df

%0
%36
%6
%7

Triadic Colors of #ed98df

#ed98df #dfed98 #98dfed

Analogous Colors of #ed98df

#ed98df #ed98b5 #d198ed

Monochromatic Colors of #ed98df

#ed98df

Complementary Color

#ed98df #98eda6

#ed98df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed98df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed98df Color CSS Codes

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

#ed98df Text Font Color

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

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


#ed98df Background Color

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

This div background color is #ed98df


#ed98df Border Color

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

This div border color is #ed98df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed98df


Comments

No comments written yet.

Please login to write comment.