Color Hex Logo

#a248db Color Hex

#A248DB
(162,72,219)
0 Favorites   0 Comments

Color spaces of #a248db

RGB 16272219
HSL0.770.670.57
HSV277°67°86°
CMYK 0.260.670.00   0.14
XYZ30.003817.430668.8009
Yxy17.43060.25810.1500
Hunter Lab41.750055.2174-68.4806
CIE-Lab48.798161.1448-59.9019

#a248db color RGB value is (162,72,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 11011011
Octal 242 110 333
Decimal 162 72 219
Hex A2 48 DB

RGB Percentages of Color #a248db

%35.76
%15.89
%48.34

CMYK Percentages of Color #a248db

%26
%67
%0
%14

Triadic Colors of #a248db

#a248db #dba248 #48dba2

Analogous Colors of #a248db

#a248db #db48cb #5848db

Monochromatic Colors of #a248db

#a248db

Complementary Color

#a248db #81db48

#a248db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a248db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a248db Color CSS Codes

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

#a248db Text Font Color

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

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


#a248db Background Color

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

This div background color is #a248db


#a248db Border Color

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

This div border color is #a248db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a248db


Comments

No comments written yet.

Please login to write comment.