Color Hex Logo

#a83ced Color Hex

#A83CED
(168,60,237)
0 Favorites   0 Comments

Color spaces of #a83ced

RGB 16860237
HSL0.770.830.58
HSV277°75°93°
CMYK 0.290.750.00   0.07
XYZ33.050417.671081.7897
Yxy17.67100.24940.1334
Hunter Lab42.036966.7764-85.9327
CIE-Lab49.094671.0202-69.5745

#a83ced color RGB value is (168,60,237).

#a83ced hex color red value is 168, green value is 60 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a83ced hue: 0.77 , saturation: 0.83 and the lightness value of a83ced is 0.58.

The process color (four color CMYK) of #a83ced color hex is 0.29, 0.75, 0.00, 0.07. Web safe color of #a83ced is #9933ff. Color #a83ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111100 11101101
Octal 250 74 355
Decimal 168 60 237
Hex A8 3C ED

RGB Percentages of Color #a83ced

%36.13
%12.90
%50.97

CMYK Percentages of Color #a83ced

%29
%75
%0
%7

Triadic Colors of #a83ced

#a83ced #eda83c #3ceda8

Analogous Colors of #a83ced

#a83ced #ed3cda #4f3ced

Monochromatic Colors of #a83ced

#a83ced

Complementary Color

#a83ced #81ed3c

#a83ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83ced Color CSS Codes

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

#a83ced Text Font Color

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

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


#a83ced Background Color

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

This div background color is #a83ced


#a83ced Border Color

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

This div border color is #a83ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83ced


Comments

No comments written yet.

Please login to write comment.