Color Hex Logo

#a075db Color Hex

#A075DB
(160,117,219)
0 Favorites   0 Comments

Color spaces of #a075db

RGB 160117219
HSL0.740.590.66
HSV265°47°86°
CMYK 0.270.470.00   0.14
XYZ33.644725.310670.1300
Yxy25.31060.26060.1961
Hunter Lab50.309631.3305-47.4316
CIE-Lab57.376837.4161-46.2090

#a075db color RGB value is (160,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 11011011
Octal 240 165 333
Decimal 160 117 219
Hex A0 75 DB

RGB Percentages of Color #a075db

%32.26
%23.59
%44.15

CMYK Percentages of Color #a075db

%27
%47
%0
%14

Triadic Colors of #a075db

#a075db #dba075 #75dba0

Analogous Colors of #a075db

#a075db #d375db #757ddb

Monochromatic Colors of #a075db

#a075db

Complementary Color

#a075db #b0db75

#a075db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075db Color CSS Codes

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

#a075db Text Font Color

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

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


#a075db Background Color

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

This div background color is #a075db


#a075db Border Color

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

This div border color is #a075db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075db


Comments

No comments written yet.

Please login to write comment.