Color Hex Logo

#ed012e Color Hex

#ED012E
(237,1,46)
0 Favorites   0 Comments

Color spaces of #ed012e

RGB 237146
HSL0.970.990.47
HSV349°100°93°
CMYK 0.001.000.81   0.07
XYZ35.429018.22354.2349
Yxy18.22350.61200.3148
Hunter Lab42.689073.437324.0005
CIE-Lab49.766176.366145.6270

#ed012e color RGB value is (237,1,46).

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

The process color (four color CMYK) of #ed012e color hex is 0.00, 1.00, 0.81, 0.07. Web safe color of #ed012e is #ff0033. Color #ed012e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000001 00101110
Octal 355 1 56
Decimal 237 1 46
Hex ED 1 2E

RGB Percentages of Color #ed012e

%83.45
%0.35
%16.20

CMYK Percentages of Color #ed012e

%0
%100
%81
%7

Triadic Colors of #ed012e

#ed012e #2eed01 #012eed

Analogous Colors of #ed012e

#ed012e #ed4a01 #ed01a4

Monochromatic Colors of #ed012e

#ed012e

Complementary Color

#ed012e #01edc0

#ed012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed012e Color CSS Codes

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

#ed012e Text Font Color

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

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


#ed012e Background Color

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

This div background color is #ed012e


#ed012e Border Color

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

This div border color is #ed012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed012e


Comments

No comments written yet.

Please login to write comment.