Color Hex Logo

#d95adb Color Hex

#D95ADB
(217,90,219)
0 Favorites   0 Comments

Color spaces of #d95adb

RGB 21790219
HSL0.830.640.61
HSV299°59°86°
CMYK 0.010.590.00   0.14
XYZ45.057627.178569.8890
Yxy27.17850.31700.1912
Hunter Lab52.133063.0415-42.9905
CIE-Lab59.139265.9883-42.9724

#d95adb color RGB value is (217,90,219).

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

The process color (four color CMYK) of #d95adb color hex is 0.01, 0.59, 0.00, 0.14. Web safe color of #d95adb is #cc66cc. Color #d95adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011010 11011011
Octal 331 132 333
Decimal 217 90 219
Hex D9 5A DB

RGB Percentages of Color #d95adb

%41.25
%17.11
%41.63

CMYK Percentages of Color #d95adb

%1
%59
%0
%14

Triadic Colors of #d95adb

#d95adb #dbd95a #5adbd9

Analogous Colors of #d95adb

#d95adb #db5a9d #995adb

Monochromatic Colors of #d95adb

#d95adb

Complementary Color

#d95adb #5cdb5a

#d95adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95adb Color CSS Codes

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

#d95adb Text Font Color

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

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


#d95adb Background Color

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

This div background color is #d95adb


#d95adb Border Color

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

This div border color is #d95adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95adb


Comments

No comments written yet.

Please login to write comment.