Color Hex Logo

#ed012f Color Hex

#ED012F
(237,1,47)
0 Favorites   0 Comments

Color spaces of #ed012f

RGB 237147
HSL0.970.990.47
HSV348°100°93°
CMYK 0.001.000.80   0.07
XYZ35.449018.23154.3400
Yxy18.23150.61100.3142
Hunter Lab42.698473.472023.8624
CIE-Lab49.775776.392445.0876

#ed012f color RGB value is (237,1,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000001 00101111
Octal 355 1 57
Decimal 237 1 47
Hex ED 1 2F

RGB Percentages of Color #ed012f

%83.16
%0.35
%16.49

CMYK Percentages of Color #ed012f

%0
%100
%80
%7

Triadic Colors of #ed012f

#ed012f #2fed01 #012fed

Analogous Colors of #ed012f

#ed012f #ed4901 #ed01a5

Monochromatic Colors of #ed012f

#ed012f

Complementary Color

#ed012f #01edbf

#ed012f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed012f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed012f Color CSS Codes

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

#ed012f Text Font Color

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

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


#ed012f Background Color

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

This div background color is #ed012f


#ed012f Border Color

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

This div border color is #ed012f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed012f


Comments

No comments written yet.

Please login to write comment.