Color Hex Logo

#a762db Color Hex

#A762DB
(167,98,219)
0 Favorites   0 Comments

Color spaces of #a762db

RGB 16798219
HSL0.760.630.62
HSV274°55°86°
CMYK 0.240.550.00   0.14
XYZ33.090222.065369.5328
Yxy22.06530.26540.1770
Hunter Lab46.973743.5387-54.8824
CIE-Lab54.096249.6027-51.3736

#a762db color RGB value is (167,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100010 11011011
Octal 247 142 333
Decimal 167 98 219
Hex A7 62 DB

RGB Percentages of Color #a762db

%34.50
%20.25
%45.25

CMYK Percentages of Color #a762db

%24
%55
%0
%14

Triadic Colors of #a762db

#a762db #dba762 #62dba7

Analogous Colors of #a762db

#a762db #db62d3 #6b62db

Monochromatic Colors of #a762db

#a762db

Complementary Color

#a762db #96db62

#a762db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a762db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a762db Color CSS Codes

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

#a762db Text Font Color

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

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


#a762db Background Color

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

This div background color is #a762db


#a762db Border Color

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

This div border color is #a762db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a762db


Comments

No comments written yet.

Please login to write comment.