Color Hex Logo

#a875db Color Hex

#A875DB
(168,117,219)
0 Favorites   0 Comments

Color spaces of #a875db

RGB 168117219
HSL0.750.590.66
HSV270°47°86°
CMYK 0.230.470.00   0.14
XYZ35.295926.161970.2073
Yxy26.16190.26810.1987
Hunter Lab51.148733.6663-45.5780
CIE-Lab58.190439.6032-44.8697

#a875db color RGB value is (168,117,219).

#a875db hex color red value is 168, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a875db hue: 0.75 , saturation: 0.59 and the lightness value of a875db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110101 11011011
Octal 250 165 333
Decimal 168 117 219
Hex A8 75 DB

RGB Percentages of Color #a875db

%33.33
%23.21
%43.45

CMYK Percentages of Color #a875db

%23
%47
%0
%14

Triadic Colors of #a875db

#a875db #dba875 #75dba8

Analogous Colors of #a875db

#a875db #db75db #7575db

Monochromatic Colors of #a875db

#a875db

Complementary Color

#a875db #a8db75

#a875db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a875db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a875db Color CSS Codes

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

#a875db Text Font Color

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

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


#a875db Background Color

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

This div background color is #a875db


#a875db Border Color

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

This div border color is #a875db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a875db


Comments

No comments written yet.

Please login to write comment.