Color Hex Logo

#ed0150 Color Hex

#ED0150
(237,1,80)
0 Favorites   0 Comments

Color spaces of #ed0150

RGB 237180
HSL0.940.990.47
HSV340°100°93°
CMYK 0.001.000.66   0.07
XYZ36.383918.60549.2630
Yxy18.60540.56630.2896
Hunter Lab43.134075.081917.4613
CIE-Lab50.222377.603926.2146

#ed0150 color RGB value is (237,1,80).

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

The process color (four color CMYK) of #ed0150 color hex is 0.00, 1.00, 0.66, 0.07. Web safe color of #ed0150 is #ff0066. Color #ed0150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000001 01010000
Octal 355 1 120
Decimal 237 1 80
Hex ED 1 50

RGB Percentages of Color #ed0150

%74.53
%0.31
%25.16

CMYK Percentages of Color #ed0150

%0
%100
%66
%7

Triadic Colors of #ed0150

#ed0150 #50ed01 #0150ed

Analogous Colors of #ed0150

#ed0150 #ed2801 #ed01c6

Monochromatic Colors of #ed0150

#ed0150

Complementary Color

#ed0150 #01ed9e

#ed0150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0150 Color CSS Codes

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

#ed0150 Text Font Color

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

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


#ed0150 Background Color

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

This div background color is #ed0150


#ed0150 Border Color

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

This div border color is #ed0150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0150


Comments

No comments written yet.

Please login to write comment.