Color Hex Logo

#a853dc Color Hex

#A853DC
(168,83,220)
0 Favorites   0 Comments

Color spaces of #a853dc

RGB 16883220
HSL0.770.660.59
HSV277°62°86°
CMYK 0.240.620.00   0.14
XYZ32.160019.678769.8135
Yxy19.67870.26440.1618
Hunter Lab44.360751.7753-62.2563
CIE-Lab51.472057.5867-56.1296

#a853dc color RGB value is (168,83,220).

#a853dc hex color red value is 168, green value is 83 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a853dc hue: 0.77 , saturation: 0.66 and the lightness value of a853dc is 0.59.

The process color (four color CMYK) of #a853dc color hex is 0.24, 0.62, 0.00, 0.14. Web safe color of #a853dc is #9966cc. Color #a853dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010011 11011100
Octal 250 123 334
Decimal 168 83 220
Hex A8 53 DC

RGB Percentages of Color #a853dc

%35.67
%17.62
%46.71

CMYK Percentages of Color #a853dc

%24
%62
%0
%14

Triadic Colors of #a853dc

#a853dc #dca853 #53dca8

Analogous Colors of #a853dc

#a853dc #dc53cc #6453dc

Monochromatic Colors of #a853dc

#a853dc

Complementary Color

#a853dc #87dc53

#a853dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a853dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a853dc Color CSS Codes

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

#a853dc Text Font Color

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

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


#a853dc Background Color

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

This div background color is #a853dc


#a853dc Border Color

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

This div border color is #a853dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a853dc


Comments

No comments written yet.

Please login to write comment.