color codes Logo

#a842dd color codes

#A842DD
(168,66,221)
0 Favorites   0 Comments

Color spaces of #a842dd

RGB 16866221
HSL0.780.700.56
HSV279°70°87°
CMYK 0.240.700.00   0.13
XYZ31.147817.441770.1315
Yxy17.44170.26240.1469
Hunter Lab41.763360.0428-70.3292
CIE-Lab48.811865.3586-60.9775

#a842dd color RGB value is (168,66,221).

#a842dd hex color red value is 168, green value is 66 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a842dd hue: 0.78 , saturation: 0.70 and the lightness value of a842dd is 0.56.

The process color (four color CMYK) of #a842dd color code is 0.24, 0.70, 0.00, 0.13. Web safe color of #a842dd is #9933cc. Color #a842dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000010 11011101
Octal 250 102 335
Decimal 168 66 221
Hex A8 42 DD

RGB Percentages of Color #a842dd

%36.92
%14.51
%48.57

CMYK Percentages of Color #a842dd

%24
%70
%0
%13

Triadic Colors of #a842dd

#a842dd #dda842 #42dda8

Analogous Colors of #a842dd

#a842dd #dd42c5 #5b42dd

Monochromatic Colors of #a842dd

#a842dd

Complementary Color

#a842dd #77dd42

#a842dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a842dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a842dd Color CSS Codes

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

#a842dd Text Font Color

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

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


#a842dd Background Color

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

This div background color is #a842dd


#a842dd Border Color

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

This div border color is #a842dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a842dd


Comments

No comments written yet.

Please login to write comment.