Color Hex Logo

#a83dcd Color Hex

#A83DCD
(168,61,205)
0 Favorites   0 Comments

Color spaces of #a83dcd

RGB 16861205
HSL0.790.590.52
HSV285°70°80°
CMYK 0.180.700.00   0.20
XYZ28.836616.070159.3396
Yxy16.07010.27660.1542
Hunter Lab40.087558.2492-59.7028
CIE-Lab47.066364.1360-54.6296

#a83dcd color RGB value is (168,61,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111101 11001101
Octal 250 75 315
Decimal 168 61 205
Hex A8 3D CD

RGB Percentages of Color #a83dcd

%38.71
%14.06
%47.24

CMYK Percentages of Color #a83dcd

%18
%70
%0
%20

Triadic Colors of #a83dcd

#a83dcd #cda83d #3dcda8

Analogous Colors of #a83dcd

#a83dcd #cd3daa #603dcd

Monochromatic Colors of #a83dcd

#a83dcd

Complementary Color

#a83dcd #62cd3d

#a83dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83dcd Color CSS Codes

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

#a83dcd Text Font Color

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

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


#a83dcd Background Color

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

This div background color is #a83dcd


#a83dcd Border Color

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

This div border color is #a83dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83dcd


Comments

No comments written yet.

Please login to write comment.