Color Hex Logo

#a757db Color Hex

#A757DB
(167,87,219)
0 Favorites   0 Comments

Color spaces of #a757db

RGB 16787219
HSL0.770.650.60
HSV276°60°86°
CMYK 0.240.600.00   0.14
XYZ32.130720.146469.2130
Yxy20.14640.26450.1658
Hunter Lab44.884749.2308-60.0068
CIE-Lab52.002355.1949-54.7193

#a757db color RGB value is (167,87,219).

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

The process color (four color CMYK) of #a757db color hex is 0.24, 0.60, 0.00, 0.14. Web safe color of #a757db is #9966cc. Color #a757db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 11011011
Octal 247 127 333
Decimal 167 87 219
Hex A7 57 DB

RGB Percentages of Color #a757db

%35.31
%18.39
%46.30

CMYK Percentages of Color #a757db

%24
%60
%0
%14

Triadic Colors of #a757db

#a757db #dba757 #57dba7

Analogous Colors of #a757db

#a757db #db57cd #6557db

Monochromatic Colors of #a757db

#a757db

Complementary Color

#a757db #8bdb57

#a757db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a757db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a757db Color CSS Codes

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

#a757db Text Font Color

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

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


#a757db Background Color

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

This div background color is #a757db


#a757db Border Color

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

This div border color is #a757db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a757db


Comments

No comments written yet.

Please login to write comment.