Color Hex Logo

#a84dca Color Hex

#A84DCA
(168,77,202)
0 Favorites   0 Comments

Color spaces of #a84dca

RGB 16877202
HSL0.790.540.55
HSV284°62°79°
CMYK 0.170.620.00   0.21
XYZ29.463017.896957.7787
Yxy17.89690.28020.1702
Hunter Lab42.304750.2825-51.3634
CIE-Lab49.370856.6182-49.2112

#a84dca color RGB value is (168,77,202).

#a84dca hex color red value is 168, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a84dca hue: 0.79 , saturation: 0.54 and the lightness value of a84dca is 0.55.

The process color (four color CMYK) of #a84dca color hex is 0.17, 0.62, 0.00, 0.21. Web safe color of #a84dca is #9966cc. Color #a84dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001101 11001010
Octal 250 115 312
Decimal 168 77 202
Hex A8 4D CA

RGB Percentages of Color #a84dca

%37.58
%17.23
%45.19

CMYK Percentages of Color #a84dca

%17
%62
%0
%21

Triadic Colors of #a84dca

#a84dca #caa84d #4dcaa8

Analogous Colors of #a84dca

#a84dca #ca4dae #6a4dca

Monochromatic Colors of #a84dca

#a84dca

Complementary Color

#a84dca #6fca4d

#a84dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84dca Color CSS Codes

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

#a84dca Text Font Color

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

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


#a84dca Background Color

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

This div background color is #a84dca


#a84dca Border Color

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

This div border color is #a84dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84dca


Comments

No comments written yet.

Please login to write comment.