Color Hex Logo

#d3717e Color Hex

#D3717E
(211,113,126)
0 Favorites   0 Comments

Color spaces of #d3717e

RGB 211113126
HSL0.980.530.64
HSV352°46°83°
CMYK 0.000.460.40   0.17
XYZ36.535027.165523.0565
Yxy27.16550.42110.3131
Hunter Lab52.120533.912510.2563
CIE-Lab59.127239.722610.3210

#d3717e color RGB value is (211,113,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110001 01111110
Octal 323 161 176
Decimal 211 113 126
Hex D3 71 7E

RGB Percentages of Color #d3717e

%46.89
%25.11
%28.00

CMYK Percentages of Color #d3717e

%0
%46
%40
%17

Triadic Colors of #d3717e

#d3717e #7ed371 #717ed3

Analogous Colors of #d3717e

#d3717e #d39571 #d371af

Monochromatic Colors of #d3717e

#d3717e

Complementary Color

#d3717e #71d3c6

#d3717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3717e Color CSS Codes

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

#d3717e Text Font Color

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

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


#d3717e Background Color

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

This div background color is #d3717e


#d3717e Border Color

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

This div border color is #d3717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3717e


Comments

No comments written yet.

Please login to write comment.