Color Hex Logo

#a84ccd Color Hex

#A84CCD
(168,76,205)
0 Favorites   0 Comments

Color spaces of #a84ccd

RGB 16876205
HSL0.790.560.55
HSV283°63°80°
CMYK 0.180.630.00   0.20
XYZ29.752317.901559.6448
Yxy17.90150.27730.1668
Hunter Lab42.310251.4775-53.9642
CIE-Lab49.376457.6980-50.9263

#a84ccd color RGB value is (168,76,205).

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

The process color (four color CMYK) of #a84ccd color hex is 0.18, 0.63, 0.00, 0.20. Web safe color of #a84ccd is #9933cc. Color #a84ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001100 11001101
Octal 250 114 315
Decimal 168 76 205
Hex A8 4C CD

RGB Percentages of Color #a84ccd

%37.42
%16.93
%45.66

CMYK Percentages of Color #a84ccd

%18
%63
%0
%20

Triadic Colors of #a84ccd

#a84ccd #cda84c #4ccda8

Analogous Colors of #a84ccd

#a84ccd #cd4cb2 #684ccd

Monochromatic Colors of #a84ccd

#a84ccd

Complementary Color

#a84ccd #71cd4c

#a84ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84ccd Color CSS Codes

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

#a84ccd Text Font Color

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

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


#a84ccd Background Color

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

This div background color is #a84ccd


#a84ccd Border Color

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

This div border color is #a84ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84ccd


Comments

No comments written yet.

Please login to write comment.