Color Hex Logo

#d3013e Color Hex

#D3013E
(211,1,62)
0 Favorites   0 Comments

Color spaces of #d3013e

RGB 211162
HSL0.950.990.42
HSV343°100°83°
CMYK 0.001.000.71   0.17
XYZ27.744314.21845.8396
Yxy14.21840.58040.2974
Hunter Lab37.707365.349117.2131
CIE-Lab44.544570.709028.9640

#d3013e color RGB value is (211,1,62).

#d3013e hex color red value is 211, green value is 1 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d3013e hue: 0.95 , saturation: 0.99 and the lightness value of d3013e is 0.42.

The process color (four color CMYK) of #d3013e color hex is 0.00, 1.00, 0.71, 0.17. Web safe color of #d3013e is #cc0033. Color #d3013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000001 00111110
Octal 323 1 76
Decimal 211 1 62
Hex D3 1 3E

RGB Percentages of Color #d3013e

%77.01
%0.36
%22.63

CMYK Percentages of Color #d3013e

%0
%100
%71
%17

Triadic Colors of #d3013e

#d3013e #3ed301 #013ed3

Analogous Colors of #d3013e

#d3013e #d32d01 #d301a7

Monochromatic Colors of #d3013e

#d3013e

Complementary Color

#d3013e #01d396

#d3013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3013e Color CSS Codes

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

#d3013e Text Font Color

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

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


#d3013e Background Color

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

This div background color is #d3013e


#d3013e Border Color

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

This div border color is #d3013e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3013e


Comments

No comments written yet.

Please login to write comment.