Color Hex Logo

#d97cab Color Hex

#D97CAB
(217,124,171)
0 Favorites   0 Comments

Color spaces of #d97cab

RGB 217124171
HSL0.920.550.67
HSV330°43°85°
CMYK 0.000.430.21   0.15
XYZ43.173632.107342.4499
Yxy32.10730.36670.2727
Hunter Lab56.663336.8441-4.7534
CIE-Lab63.431541.9757-9.1555

#d97cab color RGB value is (217,124,171).

#d97cab hex color red value is 217, green value is 124 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d97cab hue: 0.92 , saturation: 0.55 and the lightness value of d97cab is 0.67.

The process color (four color CMYK) of #d97cab color hex is 0.00, 0.43, 0.21, 0.15. Web safe color of #d97cab is #cc6699. Color #d97cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111100 10101011
Octal 331 174 253
Decimal 217 124 171
Hex D9 7C AB

RGB Percentages of Color #d97cab

%42.38
%24.22
%33.40

CMYK Percentages of Color #d97cab

%0
%43
%21
%15

Triadic Colors of #d97cab

#d97cab #abd97c #7cabd9

Analogous Colors of #d97cab

#d97cab #d97c7d #d97cd9

Monochromatic Colors of #d97cab

#d97cab

Complementary Color

#d97cab #7cd9aa

#d97cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97cab Color CSS Codes

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

#d97cab Text Font Color

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

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


#d97cab Background Color

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

This div background color is #d97cab


#d97cab Border Color

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

This div border color is #d97cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,124,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d97cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d97cab;
  -webkit-box-shadow: 1px 1px 3px 2px #d97cab;
  box-shadow:         1px 1px 3px 2px #d97cab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,124,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97cab


Comments

No comments written yet.

Please login to write comment.