Color Hex Logo

#ed5bad Color Hex

#ED5BAD
(237,91,173)
0 Favorites   0 Comments

Color spaces of #ed5bad

RGB 23791173
HSL0.910.800.64
HSV326°62°93°
CMYK 0.000.620.27   0.07
XYZ46.209028.503842.6015
Yxy28.50380.39390.2430
Hunter Lab53.389061.0640-9.9380
CIE-Lab60.341264.1002-14.6573

#ed5bad color RGB value is (237,91,173).

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

The process color (four color CMYK) of #ed5bad color hex is 0.00, 0.62, 0.27, 0.07. Web safe color of #ed5bad is #ff6699. Color #ed5bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011011 10101101
Octal 355 133 255
Decimal 237 91 173
Hex ED 5B AD

RGB Percentages of Color #ed5bad

%47.31
%18.16
%34.53

CMYK Percentages of Color #ed5bad

%0
%62
%27
%7

Triadic Colors of #ed5bad

#ed5bad #aded5b #5baded

Analogous Colors of #ed5bad

#ed5bad #ed5b64 #e45bed

Monochromatic Colors of #ed5bad

#ed5bad

Complementary Color

#ed5bad #5bed9b

#ed5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5bad Color CSS Codes

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

#ed5bad Text Font Color

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

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


#ed5bad Background Color

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

This div background color is #ed5bad


#ed5bad Border Color

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

This div border color is #ed5bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5bad


Comments

No comments written yet.

Please login to write comment.