Color Hex Logo

#d97bda Color Hex

#D97BDA
(217,123,218)
0 Favorites   0 Comments

Color spaces of #d97bda

RGB 217123218
HSL0.830.560.67
HSV299°44°85°
CMYK 0.000.440.00   0.15
XYZ48.353133.979670.3399
Yxy33.97960.31670.2226
Hunter Lab58.292046.0543-30.7397
CIE-Lab64.946450.2394-33.3302

#d97bda color RGB value is (217,123,218).

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

The process color (four color CMYK) of #d97bda color hex is 0.00, 0.44, 0.00, 0.15. Web safe color of #d97bda is #cc66cc. Color #d97bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111011 11011010
Octal 331 173 332
Decimal 217 123 218
Hex D9 7B DA

RGB Percentages of Color #d97bda

%38.89
%22.04
%39.07

CMYK Percentages of Color #d97bda

%0
%44
%0
%15

Triadic Colors of #d97bda

#d97bda #dad97b #7bdad9

Analogous Colors of #d97bda

#d97bda #da7bac #aa7bda

Monochromatic Colors of #d97bda

#d97bda

Complementary Color

#d97bda #7cda7b

#d97bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97bda Color CSS Codes

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

#d97bda Text Font Color

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

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


#d97bda Background Color

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

This div background color is #d97bda


#d97bda Border Color

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

This div border color is #d97bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97bda


Comments

No comments written yet.

Please login to write comment.