Color Hex Logo

#ed85ae Color Hex

#ED85AE
(237,133,174)
0 Favorites   0 Comments

Color spaces of #ed85ae

RGB 237133174
HSL0.930.740.73
HSV336°44°93°
CMYK 0.000.440.27   0.07
XYZ50.952637.835644.6619
Yxy37.83560.38180.2835
Hunter Lab61.510640.21760.0079
CIE-Lab67.899344.5397-3.9473

#ed85ae color RGB value is (237,133,174).

#ed85ae hex color red value is 237, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ed85ae hue: 0.93 , saturation: 0.74 and the lightness value of ed85ae is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 10101110
Octal 355 205 256
Decimal 237 133 174
Hex ED 85 AE

RGB Percentages of Color #ed85ae

%43.57
%24.45
%31.99

CMYK Percentages of Color #ed85ae

%0
%44
%27
%7

Triadic Colors of #ed85ae

#ed85ae #aeed85 #85aeed

Analogous Colors of #ed85ae

#ed85ae #ed9085 #ed85e2

Monochromatic Colors of #ed85ae

#ed85ae

Complementary Color

#ed85ae #85edc4

#ed85ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed85ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed85ae Color CSS Codes

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

#ed85ae Text Font Color

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

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


#ed85ae Background Color

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

This div background color is #ed85ae


#ed85ae Border Color

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

This div border color is #ed85ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed85ae


Comments

No comments written yet.

Please login to write comment.