Color Hex Logo

#ed92df Color Hex

#ED92DF
(237,146,223)
0 Favorites   0 Comments

Color spaces of #ed92df

RGB 237146223
HSL0.860.720.75
HSV309°38°93°
CMYK 0.000.380.06   0.07
XYZ58.523243.890075.1991
Yxy43.89000.32950.2471
Hunter Lab66.249541.7458-20.9247
CIE-Lab72.154945.3916-24.7946

#ed92df color RGB value is (237,146,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010010 11011111
Octal 355 222 337
Decimal 237 146 223
Hex ED 92 DF

RGB Percentages of Color #ed92df

%39.11
%24.09
%36.80

CMYK Percentages of Color #ed92df

%0
%38
%6
%7

Triadic Colors of #ed92df

#ed92df #dfed92 #92dfed

Analogous Colors of #ed92df

#ed92df #ed92b2 #ce92ed

Monochromatic Colors of #ed92df

#ed92df

Complementary Color

#ed92df #92eda0

#ed92df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed92df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed92df Color CSS Codes

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

#ed92df Text Font Color

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

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


#ed92df Background Color

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

This div background color is #ed92df


#ed92df Border Color

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

This div border color is #ed92df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed92df


Comments

No comments written yet.

Please login to write comment.