Color Hex Logo

#d0715c Color Hex

#D0715C
(208,113,92)
0 Favorites   0 Comments

Color spaces of #d0715c

RGB 20811392
HSL0.030.550.59
HSV11°56°82°
CMYK 0.000.460.56   0.18
XYZ33.849325.992913.3583
Yxy25.99290.46240.3551
Hunter Lab50.983229.290920.1535
CIE-Lab58.030335.314828.2597

#d0715c color RGB value is (208,113,92).

#d0715c hex color red value is 208, green value is 113 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #d0715c hue: 0.03 , saturation: 0.55 and the lightness value of d0715c is 0.59.

The process color (four color CMYK) of #d0715c color hex is 0.00, 0.46, 0.56, 0.18. Web safe color of #d0715c is #cc6666. Color #d0715c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110001 01011100
Octal 320 161 134
Decimal 208 113 92
Hex D0 71 5C

RGB Percentages of Color #d0715c

%50.36
%27.36
%22.28

CMYK Percentages of Color #d0715c

%0
%46
%56
%18

Triadic Colors of #d0715c

#d0715c #5cd071 #715cd0

Analogous Colors of #d0715c

#d0715c #d0ab5c #d05c81

Monochromatic Colors of #d0715c

#d0715c

Complementary Color

#d0715c #5cbbd0

#d0715c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0715c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0715c Color CSS Codes

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

#d0715c Text Font Color

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

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


#d0715c Background Color

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

This div background color is #d0715c


#d0715c Border Color

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

This div border color is #d0715c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,113,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0715c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0715c;
  -webkit-box-shadow: 1px 1px 3px 2px #d0715c;
  box-shadow:         1px 1px 3px 2px #d0715c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,113,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0715c


Comments

No comments written yet.

Please login to write comment.