Color Hex Logo

#d98adb Color Hex

#D98ADB
(217,138,219)
0 Favorites   0 Comments

Color spaces of #d98adb

RGB 217138219
HSL0.830.530.70
HSV299°37°86°
CMYK 0.010.370.00   0.14
XYZ50.489938.043171.6998
Yxy38.04310.31510.2374
Hunter Lab61.679138.1800-25.7472
CIE-Lab68.052442.6466-29.0821

#d98adb color RGB value is (217,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001010 11011011
Octal 331 212 333
Decimal 217 138 219
Hex D9 8A DB

RGB Percentages of Color #d98adb

%37.80
%24.04
%38.15

CMYK Percentages of Color #d98adb

%1
%37
%0
%14

Triadic Colors of #d98adb

#d98adb #dbd98a #8adbd9

Analogous Colors of #d98adb

#d98adb #db8ab5 #b18adb

Monochromatic Colors of #d98adb

#d98adb

Complementary Color

#d98adb #8cdb8a

#d98adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98adb Color CSS Codes

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

#d98adb Text Font Color

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

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


#d98adb Background Color

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

This div background color is #d98adb


#d98adb Border Color

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

This div border color is #d98adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98adb


Comments

No comments written yet.

Please login to write comment.