Color Hex Logo

#a853db Color Hex

#A853DB
(168,83,219)
0 Favorites   0 Comments

Color spaces of #a853db

RGB 16883219
HSL0.770.650.59
HSV278°62°86°
CMYK 0.230.620.00   0.14
XYZ32.027919.625869.1179
Yxy19.62580.26520.1625
Hunter Lab44.301051.5217-61.4928
CIE-Lab51.411557.3699-55.6592

#a853db color RGB value is (168,83,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010011 11011011
Octal 250 123 333
Decimal 168 83 219
Hex A8 53 DB

RGB Percentages of Color #a853db

%35.74
%17.66
%46.60

CMYK Percentages of Color #a853db

%23
%62
%0
%14

Triadic Colors of #a853db

#a853db #dba853 #53dba8

Analogous Colors of #a853db

#a853db #db53ca #6453db

Monochromatic Colors of #a853db

#a853db

Complementary Color

#a853db #86db53

#a853db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a853db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a853db Color CSS Codes

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

#a853db Text Font Color

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

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


#a853db Background Color

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

This div background color is #a853db


#a853db Border Color

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

This div border color is #a853db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a853db


Comments

No comments written yet.

Please login to write comment.