Color Hex Logo

#a87ddb Color Hex

#A87DDB
(168,125,219)
0 Favorites   0 Comments

Color spaces of #a87ddb

RGB 168125219
HSL0.740.570.67
HSV267°43°86°
CMYK 0.230.430.00   0.14
XYZ36.268228.106570.5314
Yxy28.10650.26880.2083
Hunter Lab53.015629.3355-41.7680
CIE-Lab59.984835.1388-42.0413

#a87ddb color RGB value is (168,125,219).

#a87ddb hex color red value is 168, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a87ddb hue: 0.74 , saturation: 0.57 and the lightness value of a87ddb is 0.67.

The process color (four color CMYK) of #a87ddb color hex is 0.23, 0.43, 0.00, 0.14. Web safe color of #a87ddb is #9966cc. Color #a87ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111101 11011011
Octal 250 175 333
Decimal 168 125 219
Hex A8 7D DB

RGB Percentages of Color #a87ddb

%32.81
%24.41
%42.77

CMYK Percentages of Color #a87ddb

%23
%43
%0
%14

Triadic Colors of #a87ddb

#a87ddb #dba87d #7ddba8

Analogous Colors of #a87ddb

#a87ddb #d77ddb #7d81db

Monochromatic Colors of #a87ddb

#a87ddb

Complementary Color

#a87ddb #b0db7d

#a87ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87ddb Color CSS Codes

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

#a87ddb Text Font Color

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

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


#a87ddb Background Color

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

This div background color is #a87ddb


#a87ddb Border Color

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

This div border color is #a87ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87ddb


Comments

No comments written yet.

Please login to write comment.