Color Hex Logo

#d97cb1 Color Hex

#D97CB1
(217,124,177)
0 Favorites   0 Comments

Color spaces of #d97cb1

RGB 217124177
HSL0.910.550.67
HSV326°43°85°
CMYK 0.000.430.18   0.15
XYZ43.758732.341345.5311
Yxy32.34130.35980.2659
Hunter Lab56.869437.8270-7.6605
CIE-Lab63.624042.8745-12.2763

#d97cb1 color RGB value is (217,124,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111100 10110001
Octal 331 174 261
Decimal 217 124 177
Hex D9 7C B1

RGB Percentages of Color #d97cb1

%41.89
%23.94
%34.17

CMYK Percentages of Color #d97cb1

%0
%43
%18
%15

Triadic Colors of #d97cb1

#d97cb1 #b1d97c #7cb1d9

Analogous Colors of #d97cb1

#d97cb1 #d97c83 #d37cd9

Monochromatic Colors of #d97cb1

#d97cb1

Complementary Color

#d97cb1 #7cd9a4

#d97cb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97cb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97cb1 Color CSS Codes

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

#d97cb1 Text Font Color

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

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


#d97cb1 Background Color

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

This div background color is #d97cb1


#d97cb1 Border Color

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

This div border color is #d97cb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97cb1


Comments

No comments written yet.

Please login to write comment.