Color Hex Logo

#a241db Color Hex

#A241DB
(162,65,219)
0 Favorites   0 Comments

Color spaces of #a241db

RGB 16265219
HSL0.770.680.56
HSV278°70°86°
CMYK 0.260.700.00   0.14
XYZ29.576816.576468.6585
Yxy16.57640.25760.1444
Hunter Lab40.714158.4217-71.4841
CIE-Lab47.721864.1611-61.6390

#a241db color RGB value is (162,65,219).

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

The process color (four color CMYK) of #a241db color hex is 0.26, 0.70, 0.00, 0.14. Web safe color of #a241db is #9933cc. Color #a241db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000001 11011011
Octal 242 101 333
Decimal 162 65 219
Hex A2 41 DB

RGB Percentages of Color #a241db

%36.32
%14.57
%49.10

CMYK Percentages of Color #a241db

%26
%70
%0
%14

Triadic Colors of #a241db

#a241db #dba241 #41dba2

Analogous Colors of #a241db

#a241db #db41c7 #5541db

Monochromatic Colors of #a241db

#a241db

Complementary Color

#a241db #7adb41

#a241db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a241db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a241db Color CSS Codes

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

#a241db Text Font Color

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

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


#a241db Background Color

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

This div background color is #a241db


#a241db Border Color

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

This div border color is #a241db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a241db


Comments

No comments written yet.

Please login to write comment.