Color Hex Logo

#d3716e Color Hex

#D3716E
(211,113,110)
0 Favorites   0 Comments

Color spaces of #d3716e

RGB 211113110
HSL0.000.530.63
HSV48°83°
CMYK 0.000.460.48   0.17
XYZ35.583626.784918.0464
Yxy26.78490.44250.3331
Hunter Lab51.754132.158115.5538
CIE-Lab58.774738.058519.0617

#d3716e color RGB value is (211,113,110).

#d3716e hex color red value is 211, green value is 113 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d3716e hue: 0.00 , saturation: 0.53 and the lightness value of d3716e is 0.63.

The process color (four color CMYK) of #d3716e color hex is 0.00, 0.46, 0.48, 0.17. Web safe color of #d3716e is #cc6666. Color #d3716e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110001 01101110
Octal 323 161 156
Decimal 211 113 110
Hex D3 71 6E

RGB Percentages of Color #d3716e

%48.62
%26.04
%25.35

CMYK Percentages of Color #d3716e

%0
%46
%48
%17

Triadic Colors of #d3716e

#d3716e #6ed371 #716ed3

Analogous Colors of #d3716e

#d3716e #d3a46e #d36e9e

Monochromatic Colors of #d3716e

#d3716e

Complementary Color

#d3716e #6ed0d3

#d3716e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3716e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3716e Color CSS Codes

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

#d3716e Text Font Color

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

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


#d3716e Background Color

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

This div background color is #d3716e


#d3716e Border Color

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

This div border color is #d3716e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3716e


Comments

No comments written yet.

Please login to write comment.