Color Hex Logo

#a750db Color Hex

#A750DB
(167,80,219)
0 Favorites   0 Comments

Color spaces of #a750db

RGB 16780219
HSL0.770.660.59
HSV278°63°86°
CMYK 0.240.630.00   0.14
XYZ31.591219.067369.0331
Yxy19.06730.26390.1593
Hunter Lab43.666152.7240-63.1671
CIE-Lab50.765958.5641-56.7020

#a750db color RGB value is (167,80,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 11011011
Octal 247 120 333
Decimal 167 80 219
Hex A7 50 DB

RGB Percentages of Color #a750db

%35.84
%17.17
%47.00

CMYK Percentages of Color #a750db

%24
%63
%0
%14

Triadic Colors of #a750db

#a750db #dba750 #50dba7

Analogous Colors of #a750db

#a750db #db50ca #6250db

Monochromatic Colors of #a750db

#a750db

Complementary Color

#a750db #84db50

#a750db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a750db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a750db Color CSS Codes

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

#a750db Text Font Color

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

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


#a750db Background Color

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

This div background color is #a750db


#a750db Border Color

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

This div border color is #a750db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a750db


Comments

No comments written yet.

Please login to write comment.