Color Hex Logo

#ed92ae Color Hex

#ED92AE
(237,146,174)
0 Favorites   0 Comments

Color spaces of #ed92ae

RGB 237146174
HSL0.950.720.75
HSV342°38°93°
CMYK 0.000.380.27   0.07
XYZ52.843941.618345.2924
Yxy41.61830.37810.2978
Hunter Lab64.512233.31823.5326
CIE-Lab70.607037.83330.0251

#ed92ae color RGB value is (237,146,174).

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

The process color (four color CMYK) of #ed92ae color hex is 0.00, 0.38, 0.27, 0.07. Web safe color of #ed92ae is #ff9999. Color #ed92ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010010 10101110
Octal 355 222 256
Decimal 237 146 174
Hex ED 92 AE

RGB Percentages of Color #ed92ae

%42.55
%26.21
%31.24

CMYK Percentages of Color #ed92ae

%0
%38
%27
%7

Triadic Colors of #ed92ae

#ed92ae #aeed92 #92aeed

Analogous Colors of #ed92ae

#ed92ae #eda492 #ed92dc

Monochromatic Colors of #ed92ae

#ed92ae

Complementary Color

#ed92ae #92edd1

#ed92ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed92ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed92ae Color CSS Codes

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

#ed92ae Text Font Color

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

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


#ed92ae Background Color

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

This div background color is #ed92ae


#ed92ae Border Color

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

This div border color is #ed92ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed92ae


Comments

No comments written yet.

Please login to write comment.