Color Hex Logo

#ed012a Color Hex

#ED012A
(237,1,42)
0 Favorites   0 Comments

Color spaces of #ed012a

RGB 237142
HSL0.970.990.47
HSV350°100°93°
CMYK 0.001.000.82   0.07
XYZ35.353818.19343.8388
Yxy18.19340.61610.3170
Hunter Lab42.653773.306824.5216
CIE-Lab49.729876.267547.7468

#ed012a color RGB value is (237,1,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000001 00101010
Octal 355 1 52
Decimal 237 1 42
Hex ED 1 2A

RGB Percentages of Color #ed012a

%84.64
%0.36
%15.00

CMYK Percentages of Color #ed012a

%0
%100
%82
%7

Triadic Colors of #ed012a

#ed012a #2aed01 #012aed

Analogous Colors of #ed012a

#ed012a #ed4e01 #ed01a0

Monochromatic Colors of #ed012a

#ed012a

Complementary Color

#ed012a #01edc4

#ed012a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed012a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed012a Color CSS Codes

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

#ed012a Text Font Color

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

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


#ed012a Background Color

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

This div background color is #ed012a


#ed012a Border Color

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

This div border color is #ed012a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed012a


Comments

No comments written yet.

Please login to write comment.