Color Hex Logo

#d86adb Color Hex

#D86ADB
(216,106,219)
0 Favorites   0 Comments

Color spaces of #d86adb

RGB 216106219
HSL0.830.610.64
HSV298°52°86°
CMYK 0.010.520.00   0.14
XYZ46.259130.021570.3744
Yxy30.02150.31540.2047
Hunter Lab54.791954.8163-37.7974
CIE-Lab61.672858.5027-39.0026

#d86adb color RGB value is (216,106,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101010 11011011
Octal 330 152 333
Decimal 216 106 219
Hex D8 6A DB

RGB Percentages of Color #d86adb

%39.93
%19.59
%40.48

CMYK Percentages of Color #d86adb

%1
%52
%0
%14

Triadic Colors of #d86adb

#d86adb #dbd86a #6adbd8

Analogous Colors of #d86adb

#d86adb #db6aa6 #a06adb

Monochromatic Colors of #d86adb

#d86adb

Complementary Color

#d86adb #6ddb6a

#d86adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86adb Color CSS Codes

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

#d86adb Text Font Color

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

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


#d86adb Background Color

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

This div background color is #d86adb


#d86adb Border Color

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

This div border color is #d86adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86adb


Comments

No comments written yet.

Please login to write comment.