Color Hex Logo

#a267db Color Hex

#A267DB
(162,103,219)
0 Favorites   0 Comments

Color spaces of #a267db

RGB 162103219
HSL0.750.620.63
HSV271°53°86°
CMYK 0.260.530.00   0.14
XYZ32.536722.496469.6452
Yxy22.49640.26100.1804
Hunter Lab47.430439.4458-53.8582
CIE-Lab54.549845.6754-50.6843

#a267db color RGB value is (162,103,219).

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

The process color (four color CMYK) of #a267db color hex is 0.26, 0.53, 0.00, 0.14. Web safe color of #a267db is #9966cc. Color #a267db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100111 11011011
Octal 242 147 333
Decimal 162 103 219
Hex A2 67 DB

RGB Percentages of Color #a267db

%33.47
%21.28
%45.25

CMYK Percentages of Color #a267db

%26
%53
%0
%14

Triadic Colors of #a267db

#a267db #dba267 #67dba2

Analogous Colors of #a267db

#a267db #db67da #6867db

Monochromatic Colors of #a267db

#a267db

Complementary Color

#a267db #a0db67

#a267db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a267db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a267db Color CSS Codes

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

#a267db Text Font Color

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

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


#a267db Background Color

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

This div background color is #a267db


#a267db Border Color

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

This div border color is #a267db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a267db

#a267db Color Palettes


Comments

No comments written yet.

Please login to write comment.