Color Hex Logo

#d5697f Color Hex

#D5697F
(213,105,127)
0 Favorites   0 Comments

Color spaces of #d5697f

RGB 213105127
HSL0.970.560.62
HSV348°51°84°
CMYK 0.000.510.40   0.16
XYZ36.322925.781623.1406
Yxy25.78160.42610.3024
Hunter Lab50.775638.83488.5219
CIE-Lab57.829244.61277.9382

#d5697f color RGB value is (213,105,127).

#d5697f hex color red value is 213, green value is 105 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d5697f hue: 0.97 , saturation: 0.56 and the lightness value of d5697f is 0.62.

The process color (four color CMYK) of #d5697f color hex is 0.00, 0.51, 0.40, 0.16. Web safe color of #d5697f is #cc6666. Color #d5697f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101001 01111111
Octal 325 151 177
Decimal 213 105 127
Hex D5 69 7F

RGB Percentages of Color #d5697f

%47.87
%23.60
%28.54

CMYK Percentages of Color #d5697f

%0
%51
%40
%16

Triadic Colors of #d5697f

#d5697f #7fd569 #697fd5

Analogous Colors of #d5697f

#d5697f #d58969 #d569b5

Monochromatic Colors of #d5697f

#d5697f

Complementary Color

#d5697f #69d5bf

#d5697f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5697f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5697f Color CSS Codes

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

#d5697f Text Font Color

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

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


#d5697f Background Color

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

This div background color is #d5697f


#d5697f Border Color

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

This div border color is #d5697f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,105,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5697f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5697f;
  -webkit-box-shadow: 1px 1px 3px 2px #d5697f;
  box-shadow:         1px 1px 3px 2px #d5697f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,105,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5697f


Comments

No comments written yet.

Please login to write comment.