Color Hex Logo

#ed85a5 Color Hex

#ED85A5
(237,133,165)
0 Favorites   0 Comments

Color spaces of #ed85a5

RGB 237133165
HSL0.950.740.73
HSV342°44°93°
CMYK 0.000.440.30   0.07
XYZ50.104137.496240.1940
Yxy37.49620.39210.2934
Hunter Lab61.234138.89573.9460
CIE-Lab67.647643.35700.7492

#ed85a5 color RGB value is (237,133,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 10100101
Octal 355 205 245
Decimal 237 133 165
Hex ED 85 A5

RGB Percentages of Color #ed85a5

%44.30
%24.86
%30.84

CMYK Percentages of Color #ed85a5

%0
%44
%30
%7

Triadic Colors of #ed85a5

#ed85a5 #a5ed85 #85a5ed

Analogous Colors of #ed85a5

#ed85a5 #ed9985 #ed85d9

Monochromatic Colors of #ed85a5

#ed85a5

Complementary Color

#ed85a5 #85edcd

#ed85a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed85a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed85a5 Color CSS Codes

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

#ed85a5 Text Font Color

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

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


#ed85a5 Background Color

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

This div background color is #ed85a5


#ed85a5 Border Color

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

This div border color is #ed85a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed85a5


Comments

No comments written yet.

Please login to write comment.