Color Hex Logo

#a934db Color Hex

#A934DB
(169,52,219)
0 Favorites   0 Comments

Color spaces of #a934db

RGB 16952219
HSL0.780.700.53
HSV282°76°86°
CMYK 0.230.760.00   0.14
XYZ30.376416.005568.5062
Yxy16.00550.26440.1393
Hunter Lab40.006965.5194-73.5211
CIE-Lab46.981770.3774-62.7881

#a934db color RGB value is (169,52,219).

#a934db hex color red value is 169, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a934db hue: 0.78 , saturation: 0.70 and the lightness value of a934db is 0.53.

The process color (four color CMYK) of #a934db color hex is 0.23, 0.76, 0.00, 0.14. Web safe color of #a934db is #9933cc. Color #a934db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110100 11011011
Octal 251 64 333
Decimal 169 52 219
Hex A9 34 DB

RGB Percentages of Color #a934db

%38.41
%11.82
%49.77

CMYK Percentages of Color #a934db

%23
%76
%0
%14

Triadic Colors of #a934db

#a934db #dba934 #34dba9

Analogous Colors of #a934db

#a934db #db34ba #5634db

Monochromatic Colors of #a934db

#a934db

Complementary Color

#a934db #66db34

#a934db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a934db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a934db Color CSS Codes

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

#a934db Text Font Color

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

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


#a934db Background Color

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

This div background color is #a934db


#a934db Border Color

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

This div border color is #a934db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a934db


Comments

No comments written yet.

Please login to write comment.