Color Hex Logo

#ed5eab Color Hex

#ED5EAB
(237,94,171)
0 Favorites   0 Comments

Color spaces of #ed5eab

RGB 23794171
HSL0.910.800.65
HSV328°60°93°
CMYK 0.000.600.28   0.07
XYZ46.278428.950241.6769
Yxy28.95020.39590.2476
Hunter Lab53.805459.3697-8.2614
CIE-Lab60.737762.5880-12.9077

#ed5eab color RGB value is (237,94,171).

#ed5eab hex color red value is 237, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ed5eab hue: 0.91 , saturation: 0.80 and the lightness value of ed5eab is 0.65.

The process color (four color CMYK) of #ed5eab color hex is 0.00, 0.60, 0.28, 0.07. Web safe color of #ed5eab is #ff6699. Color #ed5eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011110 10101011
Octal 355 136 253
Decimal 237 94 171
Hex ED 5E AB

RGB Percentages of Color #ed5eab

%47.21
%18.73
%34.06

CMYK Percentages of Color #ed5eab

%0
%60
%28
%7

Triadic Colors of #ed5eab

#ed5eab #abed5e #5eabed

Analogous Colors of #ed5eab

#ed5eab #ed5e63 #e85eed

Monochromatic Colors of #ed5eab

#ed5eab

Complementary Color

#ed5eab #5eeda0

#ed5eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5eab Color CSS Codes

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

#ed5eab Text Font Color

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

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


#ed5eab Background Color

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

This div background color is #ed5eab


#ed5eab Border Color

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

This div border color is #ed5eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5eab


Comments

No comments written yet.

Please login to write comment.