Color Hex Logo

#a848dd Color Hex

#A848DD
(168,72,221)
0 Favorites   0 Comments

Color spaces of #a848dd

RGB 16872221
HSL0.770.690.57
HSV279°67°87°
CMYK 0.240.670.00   0.13
XYZ31.517018.180070.2546
Yxy18.18000.26270.1516
Hunter Lab42.638057.3264-67.8455
CIE-Lab49.713762.8278-59.5235

#a848dd color RGB value is (168,72,221).

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

The process color (four color CMYK) of #a848dd color hex is 0.24, 0.67, 0.00, 0.13. Web safe color of #a848dd is #9933cc. Color #a848dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001000 11011101
Octal 250 110 335
Decimal 168 72 221
Hex A8 48 DD

RGB Percentages of Color #a848dd

%36.44
%15.62
%47.94

CMYK Percentages of Color #a848dd

%24
%67
%0
%13

Triadic Colors of #a848dd

#a848dd #dda848 #48dda8

Analogous Colors of #a848dd

#a848dd #dd48c8 #5d48dd

Monochromatic Colors of #a848dd

#a848dd

Complementary Color

#a848dd #7ddd48

#a848dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a848dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a848dd Color CSS Codes

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

#a848dd Text Font Color

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

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


#a848dd Background Color

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

This div background color is #a848dd


#a848dd Border Color

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

This div border color is #a848dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,72,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a848dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a848dd


Comments

No comments written yet.

Please login to write comment.