Color Hex Logo

#ed009b Color Hex

#ED009B
(237,0,155)
0 Favorites   0 Comments

Color spaces of #ed009b

RGB 2370155
HSL0.891.000.46
HSV321°100°93°
CMYK 0.001.000.35   0.07
XYZ40.841420.371132.7898
Yxy20.37110.43450.2167
Hunter Lab45.134482.5368-11.4797
CIE-Lab52.254283.1042-16.3773

#ed009b color RGB value is (237,0,155).

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

The process color (four color CMYK) of #ed009b color hex is 0.00, 1.00, 0.35, 0.07. Web safe color of #ed009b is #ff0099. Color #ed009b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 10011011
Octal 355 0 233
Decimal 237 0 155
Hex ED 0 9B

RGB Percentages of Color #ed009b

%60.46
%0.00
%39.54

CMYK Percentages of Color #ed009b

%0
%100
%35
%7

Triadic Colors of #ed009b

#ed009b #9bed00 #009bed

Analogous Colors of #ed009b

#ed009b #ed0024 #c900ed

Monochromatic Colors of #ed009b

#ed009b

Complementary Color

#ed009b #00ed52

#ed009b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed009b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed009b Color CSS Codes

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

#ed009b Text Font Color

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

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


#ed009b Background Color

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

This div background color is #ed009b


#ed009b Border Color

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

This div border color is #ed009b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed009b


Comments

No comments written yet.

Please login to write comment.