Color Hex Logo

#ed0baf Color Hex

#ED0BAF
(237,11,175)
0 Favorites   0 Comments

Color spaces of #ed0baf

RGB 23711175
HSL0.880.910.49
HSV316°95°93°
CMYK 0.000.950.26   0.07
XYZ42.782621.339042.4214
Yxy21.33900.40160.2003
Hunter Lab46.194284.4776-22.1118
CIE-Lab53.318584.4021-26.5589

#ed0baf color RGB value is (237,11,175).

#ed0baf hex color red value is 237, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ed0baf hue: 0.88 , saturation: 0.91 and the lightness value of ed0baf is 0.49.

The process color (four color CMYK) of #ed0baf color hex is 0.00, 0.95, 0.26, 0.07. Web safe color of #ed0baf is #ff0099. Color #ed0baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001011 10101111
Octal 355 13 257
Decimal 237 11 175
Hex ED B AF

RGB Percentages of Color #ed0baf

%56.03
%2.60
%41.37

CMYK Percentages of Color #ed0baf

%0
%95
%26
%7

Triadic Colors of #ed0baf

#ed0baf #afed0b #0bafed

Analogous Colors of #ed0baf

#ed0baf #ed0b3e #ba0bed

Monochromatic Colors of #ed0baf

#ed0baf

Complementary Color

#ed0baf #0bed49

#ed0baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0baf Color CSS Codes

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

#ed0baf Text Font Color

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

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


#ed0baf Background Color

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

This div background color is #ed0baf


#ed0baf Border Color

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

This div border color is #ed0baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0baf


Comments

No comments written yet.

Please login to write comment.