Color Hex Logo

#a83ecd Color Hex

#A83ECD
(168,62,205)
0 Favorites   0 Comments

Color spaces of #a83ecd

RGB 16862205
HSL0.790.590.52
HSV284°70°80°
CMYK 0.180.700.00   0.20
XYZ28.890516.177959.3575
Yxy16.17790.27670.1549
Hunter Lab40.221857.8250-59.3423
CIE-Lab47.207063.7388-54.4035

#a83ecd color RGB value is (168,62,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111110 11001101
Octal 250 76 315
Decimal 168 62 205
Hex A8 3E CD

RGB Percentages of Color #a83ecd

%38.62
%14.25
%47.13

CMYK Percentages of Color #a83ecd

%18
%70
%0
%20

Triadic Colors of #a83ecd

#a83ecd #cda83e #3ecda8

Analogous Colors of #a83ecd

#a83ecd #cd3eab #603ecd

Monochromatic Colors of #a83ecd

#a83ecd

Complementary Color

#a83ecd #63cd3e

#a83ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83ecd Color CSS Codes

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

#a83ecd Text Font Color

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

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


#a83ecd Background Color

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

This div background color is #a83ecd


#a83ecd Border Color

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

This div border color is #a83ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83ecd


Comments

No comments written yet.

Please login to write comment.