Color Hex Logo

#ed5288 Color Hex

#ED5288
(237,82,136)
0 Favorites   0 Comments

Color spaces of #ed5288

RGB 23782136
HSL0.940.810.63
HSV339°65°93°
CMYK 0.000.650.43   0.07
XYZ42.386325.816726.0417
Yxy25.81670.44970.2739
Hunter Lab50.810159.98875.1792
CIE-Lab57.862763.62863.2033

#ed5288 color RGB value is (237,82,136).

#ed5288 hex color red value is 237, green value is 82 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ed5288 hue: 0.94 , saturation: 0.81 and the lightness value of ed5288 is 0.63.

The process color (four color CMYK) of #ed5288 color hex is 0.00, 0.65, 0.43, 0.07. Web safe color of #ed5288 is #ff6699. Color #ed5288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010010 10001000
Octal 355 122 210
Decimal 237 82 136
Hex ED 52 88

RGB Percentages of Color #ed5288

%52.09
%18.02
%29.89

CMYK Percentages of Color #ed5288

%0
%65
%43
%7

Triadic Colors of #ed5288

#ed5288 #88ed52 #5288ed

Analogous Colors of #ed5288

#ed5288 #ed6a52 #ed52d6

Monochromatic Colors of #ed5288

#ed5288

Complementary Color

#ed5288 #52edb7

#ed5288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5288 Color CSS Codes

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

#ed5288 Text Font Color

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

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


#ed5288 Background Color

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

This div background color is #ed5288


#ed5288 Border Color

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

This div border color is #ed5288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5288


Comments

No comments written yet.

Please login to write comment.