Color Hex Logo

#d97bbd Color Hex

#D97BBD
(217,123,189)
0 Favorites   0 Comments

Color spaces of #d97bbd

RGB 217123189
HSL0.880.550.67
HSV318°43°85°
CMYK 0.000.430.13   0.15
XYZ44.883532.591852.0693
Yxy32.59180.34650.2516
Hunter Lab57.089240.4304-14.1141
CIE-Lab63.829045.2707-18.7639

#d97bbd color RGB value is (217,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111011 10111101
Octal 331 173 275
Decimal 217 123 189
Hex D9 7B BD

RGB Percentages of Color #d97bbd

%41.02
%23.25
%35.73

CMYK Percentages of Color #d97bbd

%0
%43
%13
%15

Triadic Colors of #d97bbd

#d97bbd #bdd97b #7bbdd9

Analogous Colors of #d97bbd

#d97bbd #d97b8e #c67bd9

Monochromatic Colors of #d97bbd

#d97bbd

Complementary Color

#d97bbd #7bd997

#d97bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97bbd Color CSS Codes

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

#d97bbd Text Font Color

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

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


#d97bbd Background Color

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

This div background color is #d97bbd


#d97bbd Border Color

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

This div border color is #d97bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97bbd


Comments

No comments written yet.

Please login to write comment.