Color Hex Logo

#d70506 Color Hex

#D70506
(215,5,6)
0 Favorites   0 Comments

Color spaces of #d70506

RGB 21556
HSL1.000.950.43
HSV360°98°84°
CMYK 0.000.980.97   0.16
XYZ28.111514.56881.5027
Yxy14.56880.63630.3297
Hunter Lab38.169164.669124.3841
CIE-Lab45.037970.039557.2643

#d70506 color RGB value is (215,5,6).

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

The process color (four color CMYK) of #d70506 color hex is 0.00, 0.98, 0.97, 0.16. Web safe color of #d70506 is #cc0000. Color #d70506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000101 00000110
Octal 327 5 6
Decimal 215 5 6
Hex D7 5 6

RGB Percentages of Color #d70506

%95.13
%2.21
%2.65

CMYK Percentages of Color #d70506

%0
%98
%97
%16

Triadic Colors of #d70506

#d70506 #06d705 #0506d7

Analogous Colors of #d70506

#d70506 #d76d05 #d7056f

Monochromatic Colors of #d70506

#d70506

Complementary Color

#d70506 #05d7d6

#d70506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70506 Color CSS Codes

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

#d70506 Text Font Color

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

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


#d70506 Background Color

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

This div background color is #d70506


#d70506 Border Color

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

This div border color is #d70506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70506


Comments

No comments written yet.

Please login to write comment.