Color Hex Logo

#d4123a Color Hex

#D4123A
(212,18,58)
0 Favorites   0 Comments

Color spaces of #d4123a

RGB 2121858
HSL0.970.840.45
HSV348°92°83°
CMYK 0.000.920.73   0.17
XYZ28.131414.73515.3645
Yxy14.73510.58330.3055
Hunter Lab38.386363.637618.5846
CIE-Lab45.269269.120832.3170

#d4123a color RGB value is (212,18,58).

#d4123a hex color red value is 212, green value is 18 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d4123a hue: 0.97 , saturation: 0.84 and the lightness value of d4123a is 0.45.

The process color (four color CMYK) of #d4123a color hex is 0.00, 0.92, 0.73, 0.17. Web safe color of #d4123a is #cc0033. Color #d4123a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010010 00111010
Octal 324 22 72
Decimal 212 18 58
Hex D4 12 3A

RGB Percentages of Color #d4123a

%73.61
%6.25
%20.14

CMYK Percentages of Color #d4123a

%0
%92
%73
%17

Triadic Colors of #d4123a

#d4123a #3ad412 #123ad4

Analogous Colors of #d4123a

#d4123a #d44b12 #d4129b

Monochromatic Colors of #d4123a

#d4123a

Complementary Color

#d4123a #12d4ac

#d4123a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4123a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4123a Color CSS Codes

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

#d4123a Text Font Color

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

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


#d4123a Background Color

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

This div background color is #d4123a


#d4123a Border Color

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

This div border color is #d4123a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,18,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4123a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4123a;
  -webkit-box-shadow: 1px 1px 3px 2px #d4123a;
  box-shadow:         1px 1px 3px 2px #d4123a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,18,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4123a


Comments

No comments written yet.

Please login to write comment.