Color Hex Logo

#a745db Color Hex

#A745DB
(167,69,219)
0 Favorites   0 Comments

Color spaces of #a745db

RGB 16769219
HSL0.780.680.56
HSV279°68°86°
CMYK 0.240.680.00   0.14
XYZ30.850717.586268.7863
Yxy17.58620.26320.1500
Hunter Lab41.935957.9280-67.8966
CIE-Lab48.990363.4897-59.5583

#a745db color RGB value is (167,69,219).

#a745db hex color red value is 167, green value is 69 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a745db hue: 0.78 , saturation: 0.68 and the lightness value of a745db is 0.56.

The process color (four color CMYK) of #a745db color hex is 0.24, 0.68, 0.00, 0.14. Web safe color of #a745db is #9933cc. Color #a745db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000101 11011011
Octal 247 105 333
Decimal 167 69 219
Hex A7 45 DB

RGB Percentages of Color #a745db

%36.70
%15.16
%48.13

CMYK Percentages of Color #a745db

%24
%68
%0
%14

Triadic Colors of #a745db

#a745db #dba745 #45dba7

Analogous Colors of #a745db

#a745db #db45c4 #5c45db

Monochromatic Colors of #a745db

#a745db

Complementary Color

#a745db #79db45

#a745db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a745db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a745db Color CSS Codes

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

#a745db Text Font Color

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

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


#a745db Background Color

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

This div background color is #a745db


#a745db Border Color

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

This div border color is #a745db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a745db


Comments

No comments written yet.

Please login to write comment.