Color Hex Logo

#d98bdc Color Hex

#D98BDC
(217,139,220)
0 Favorites   0 Comments

Color spaces of #d98bdc

RGB 217139220
HSL0.830.540.70
HSV298°37°86°
CMYK 0.010.370.00   0.14
XYZ50.766238.384372.4434
Yxy38.38430.31420.2375
Hunter Lab61.955137.8422-25.9586
CIE-Lab68.302942.3040-29.2496

#d98bdc color RGB value is (217,139,220).

#d98bdc hex color red value is 217, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d98bdc hue: 0.83 , saturation: 0.54 and the lightness value of d98bdc is 0.70.

The process color (four color CMYK) of #d98bdc color hex is 0.01, 0.37, 0.00, 0.14. Web safe color of #d98bdc is #cc99cc. Color #d98bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001011 11011100
Octal 331 213 334
Decimal 217 139 220
Hex D9 8B DC

RGB Percentages of Color #d98bdc

%37.67
%24.13
%38.19

CMYK Percentages of Color #d98bdc

%1
%37
%0
%14

Triadic Colors of #d98bdc

#d98bdc #dcd98b #8bdcd9

Analogous Colors of #d98bdc

#d98bdc #dc8bb7 #b18bdc

Monochromatic Colors of #d98bdc

#d98bdc

Complementary Color

#d98bdc #8edc8b

#d98bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98bdc Color CSS Codes

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

#d98bdc Text Font Color

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

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


#d98bdc Background Color

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

This div background color is #d98bdc


#d98bdc Border Color

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

This div border color is #d98bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98bdc


Comments

No comments written yet.

Please login to write comment.