Color Hex Logo

#ed018b Color Hex

#ED018B
(237,1,139)
0 Favorites   0 Comments

Color spaces of #ed018b

RGB 2371139
HSL0.900.990.47
HSV325°100°93°
CMYK 0.001.000.41   0.07
XYZ39.596119.890326.1784
Yxy19.89030.46220.2322
Hunter Lab44.598580.4309-3.5830
CIE-Lab51.713081.5628-7.6165

#ed018b color RGB value is (237,1,139).

#ed018b hex color red value is 237, green value is 1 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ed018b hue: 0.90 , saturation: 0.99 and the lightness value of ed018b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000001 10001011
Octal 355 1 213
Decimal 237 1 139
Hex ED 1 8B

RGB Percentages of Color #ed018b

%62.86
%0.27
%36.87

CMYK Percentages of Color #ed018b

%0
%100
%41
%7

Triadic Colors of #ed018b

#ed018b #8bed01 #018bed

Analogous Colors of #ed018b

#ed018b #ed0115 #d901ed

Monochromatic Colors of #ed018b

#ed018b

Complementary Color

#ed018b #01ed63

#ed018b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed018b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed018b Color CSS Codes

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

#ed018b Text Font Color

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

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


#ed018b Background Color

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

This div background color is #ed018b


#ed018b Border Color

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

This div border color is #ed018b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed018b


Comments

No comments written yet.

Please login to write comment.