Color Hex Logo

#d70842 Color Hex

#D70842
(215,8,66)
0 Favorites   0 Comments

Color spaces of #d70842

RGB 215866
HSL0.950.930.44
HSV343°96°84°
CMYK 0.000.960.69   0.16
XYZ29.094515.01416.5188
Yxy15.01410.57470.2966
Hunter Lab38.748066.220217.1489
CIE-Lab45.653571.224428.0585

#d70842 color RGB value is (215,8,66).

#d70842 hex color red value is 215, green value is 8 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d70842 hue: 0.95 , saturation: 0.93 and the lightness value of d70842 is 0.44.

The process color (four color CMYK) of #d70842 color hex is 0.00, 0.96, 0.69, 0.16. Web safe color of #d70842 is #cc0033. Color #d70842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001000 01000010
Octal 327 10 102
Decimal 215 8 66
Hex D7 8 42

RGB Percentages of Color #d70842

%74.39
%2.77
%22.84

CMYK Percentages of Color #d70842

%0
%96
%69
%16

Triadic Colors of #d70842

#d70842 #42d708 #0842d7

Analogous Colors of #d70842

#d70842 #d73608 #d708aa

Monochromatic Colors of #d70842

#d70842

Complementary Color

#d70842 #08d79d

#d70842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70842 Color CSS Codes

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

#d70842 Text Font Color

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

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


#d70842 Background Color

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

This div background color is #d70842


#d70842 Border Color

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

This div border color is #d70842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70842


Comments

No comments written yet.

Please login to write comment.