Color Hex Logo

#d98adc Color Hex

#D98ADC
(217,138,220)
0 Favorites   0 Comments

Color spaces of #d98adc

RGB 217138220
HSL0.830.540.70
HSV298°37°86°
CMYK 0.010.370.00   0.14
XYZ50.622038.096072.3953
Yxy38.09600.31420.2365
Hunter Lab61.722038.3855-26.3374
CIE-Lab68.091342.8316-29.5758

#d98adc color RGB value is (217,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001010 11011100
Octal 331 212 334
Decimal 217 138 220
Hex D9 8A DC

RGB Percentages of Color #d98adc

%37.74
%24.00
%38.26

CMYK Percentages of Color #d98adc

%1
%37
%0
%14

Triadic Colors of #d98adc

#d98adc #dcd98a #8adcd9

Analogous Colors of #d98adc

#d98adc #dc8ab6 #b08adc

Monochromatic Colors of #d98adc

#d98adc

Complementary Color

#d98adc #8ddc8a

#d98adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98adc Color CSS Codes

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

#d98adc Text Font Color

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

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


#d98adc Background Color

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

This div background color is #d98adc


#d98adc Border Color

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

This div border color is #d98adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,138,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 #d98adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98adc


Comments

No comments written yet.

Please login to write comment.