Color Hex Logo

#ed00ba Color Hex

#ED00BA
(237,0,186)
0 Favorites   0 Comments

Color spaces of #ed00ba

RGB 2370186
HSL0.871.000.46
HSV313°100°93°
CMYK 0.001.000.22   0.07
XYZ43.788021.549748.3060
Yxy21.54970.38530.1896
Hunter Lab46.421787.1352-29.2015
CIE-Lab53.545986.4004-32.6309

#ed00ba color RGB value is (237,0,186).

#ed00ba hex color red value is 237, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ed00ba hue: 0.87 , saturation: 1.00 and the lightness value of ed00ba is 0.46.

The process color (four color CMYK) of #ed00ba color hex is 0.00, 1.00, 0.22, 0.07. Web safe color of #ed00ba is #ff00cc. Color #ed00ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 10111010
Octal 355 0 272
Decimal 237 0 186
Hex ED 0 BA

RGB Percentages of Color #ed00ba

%56.03
%0.00
%43.97

CMYK Percentages of Color #ed00ba

%0
%100
%22
%7

Triadic Colors of #ed00ba

#ed00ba #baed00 #00baed

Analogous Colors of #ed00ba

#ed00ba #ed0043 #aa00ed

Monochromatic Colors of #ed00ba

#ed00ba

Complementary Color

#ed00ba #00ed33

#ed00ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed00ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed00ba Color CSS Codes

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

#ed00ba Text Font Color

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

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


#ed00ba Background Color

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

This div background color is #ed00ba


#ed00ba Border Color

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

This div border color is #ed00ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed00ba


Comments

No comments written yet.

Please login to write comment.