Color Hex Logo

#d7013e Color Hex

#D7013E
(215,1,62)
0 Favorites   0 Comments

Color spaces of #d7013e

RGB 215162
HSL0.950.990.42
HSV343°100°84°
CMYK 0.001.000.71   0.16
XYZ28.904714.81665.8939
Yxy14.81660.58260.2986
Hunter Lab38.492366.677817.8662
CIE-Lab45.382071.660530.1748

#d7013e color RGB value is (215,1,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000001 00111110
Octal 327 1 76
Decimal 215 1 62
Hex D7 1 3E

RGB Percentages of Color #d7013e

%77.34
%0.36
%22.30

CMYK Percentages of Color #d7013e

%0
%100
%71
%16

Triadic Colors of #d7013e

#d7013e #3ed701 #013ed7

Analogous Colors of #d7013e

#d7013e #d72f01 #d701a9

Monochromatic Colors of #d7013e

#d7013e

Complementary Color

#d7013e #01d79a

#d7013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7013e Color CSS Codes

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

#d7013e Text Font Color

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

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


#d7013e Background Color

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

This div background color is #d7013e


#d7013e Border Color

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

This div border color is #d7013e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,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 #d7013e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7013e


Comments

No comments written yet.

Please login to write comment.