Color Hex Logo

#a05fdb Color Hex

#A05FDB
(160,95,219)
0 Favorites   0 Comments

Color spaces of #a05fdb

RGB 16095219
HSL0.750.630.62
HSV271°57°86°
CMYK 0.270.570.00   0.14
XYZ31.375620.772569.3736
Yxy20.77250.25820.1709
Hunter Lab45.576943.1218-58.3429
CIE-Lab52.699649.4392-53.6500

#a05fdb color RGB value is (160,95,219).

#a05fdb hex color red value is 160, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a05fdb hue: 0.75 , saturation: 0.63 and the lightness value of a05fdb is 0.62.

The process color (four color CMYK) of #a05fdb color hex is 0.27, 0.57, 0.00, 0.14. Web safe color of #a05fdb is #9966cc. Color #a05fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011111 11011011
Octal 240 137 333
Decimal 160 95 219
Hex A0 5F DB

RGB Percentages of Color #a05fdb

%33.76
%20.04
%46.20

CMYK Percentages of Color #a05fdb

%27
%57
%0
%14

Triadic Colors of #a05fdb

#a05fdb #dba05f #5fdba0

Analogous Colors of #a05fdb

#a05fdb #db5fd8 #625fdb

Monochromatic Colors of #a05fdb

#a05fdb

Complementary Color

#a05fdb #9adb5f

#a05fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05fdb Color CSS Codes

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

#a05fdb Text Font Color

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

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


#a05fdb Background Color

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

This div background color is #a05fdb


#a05fdb Border Color

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

This div border color is #a05fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05fdb


Comments

No comments written yet.

Please login to write comment.