Color Hex Logo

#d97cba Color Hex

#D97CBA
(217,124,186)
0 Favorites   0 Comments

Color spaces of #d97cba

RGB 217124186
HSL0.890.550.67
HSV320°43°85°
CMYK 0.000.430.14   0.15
XYZ44.685832.712250.4133
Yxy32.71220.34960.2559
Hunter Lab57.194639.3705-12.2241
CIE-Lab63.927244.2750-16.9187

#d97cba color RGB value is (217,124,186).

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

The process color (four color CMYK) of #d97cba color hex is 0.00, 0.43, 0.14, 0.15. Web safe color of #d97cba is #cc66cc. Color #d97cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111100 10111010
Octal 331 174 272
Decimal 217 124 186
Hex D9 7C BA

RGB Percentages of Color #d97cba

%41.18
%23.53
%35.29

CMYK Percentages of Color #d97cba

%0
%43
%14
%15

Triadic Colors of #d97cba

#d97cba #bad97c #7cbad9

Analogous Colors of #d97cba

#d97cba #d97c8c #ca7cd9

Monochromatic Colors of #d97cba

#d97cba

Complementary Color

#d97cba #7cd99b

#d97cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97cba Color CSS Codes

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

#d97cba Text Font Color

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

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


#d97cba Background Color

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

This div background color is #d97cba


#d97cba Border Color

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

This div border color is #d97cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97cba


Comments

No comments written yet.

Please login to write comment.