Color Hex Logo

#d97bbc Color Hex

#D97BBC
(217,123,188)
0 Favorites   0 Comments

Color spaces of #d97bbc

RGB 217123188
HSL0.880.550.67
HSV319°43°85°
CMYK 0.000.430.13   0.15
XYZ44.775332.548551.4995
Yxy32.54850.34760.2527
Hunter Lab57.051340.2516-13.5844
CIE-Lab63.793645.1100-18.2523

#d97bbc color RGB value is (217,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111011 10111100
Octal 331 173 274
Decimal 217 123 188
Hex D9 7B BC

RGB Percentages of Color #d97bbc

%41.10
%23.30
%35.61

CMYK Percentages of Color #d97bbc

%0
%43
%13
%15

Triadic Colors of #d97bbc

#d97bbc #bcd97b #7bbcd9

Analogous Colors of #d97bbc

#d97bbc #d97b8d #c77bd9

Monochromatic Colors of #d97bbc

#d97bbc

Complementary Color

#d97bbc #7bd998

#d97bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97bbc Color CSS Codes

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

#d97bbc Text Font Color

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

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


#d97bbc Background Color

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

This div background color is #d97bbc


#d97bbc Border Color

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

This div border color is #d97bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97bbc


Comments

No comments written yet.

Please login to write comment.