Color Hex Logo

#d7063b Color Hex

#D7063B
(215,6,59)
0 Favorites   0 Comments

Color spaces of #d7063b

RGB 215659
HSL0.960.950.43
HSV345°97°84°
CMYK 0.000.970.73   0.16
XYZ28.878914.89315.4902
Yxy14.89310.58620.3023
Hunter Lab38.591666.040118.5793
CIE-Lab45.487471.105832.1250

#d7063b color RGB value is (215,6,59).

#d7063b hex color red value is 215, green value is 6 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #d7063b hue: 0.96 , saturation: 0.95 and the lightness value of d7063b is 0.43.

The process color (four color CMYK) of #d7063b color hex is 0.00, 0.97, 0.73, 0.16. Web safe color of #d7063b is #cc0033. Color #d7063b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000110 00111011
Octal 327 6 73
Decimal 215 6 59
Hex D7 6 3B

RGB Percentages of Color #d7063b

%76.79
%2.14
%21.07

CMYK Percentages of Color #d7063b

%0
%97
%73
%16

Triadic Colors of #d7063b

#d7063b #3bd706 #063bd7

Analogous Colors of #d7063b

#d7063b #d73a06 #d706a4

Monochromatic Colors of #d7063b

#d7063b

Complementary Color

#d7063b #06d7a2

#d7063b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7063b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7063b Color CSS Codes

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

#d7063b Text Font Color

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

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


#d7063b Background Color

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

This div background color is #d7063b


#d7063b Border Color

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

This div border color is #d7063b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,6,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7063b


Comments

No comments written yet.

Please login to write comment.