Color Hex Logo

#a83cee Color Hex

#A83CEE
(168,60,238)
0 Favorites   0 Comments

Color spaces of #a83cee

RGB 16860238
HSL0.770.840.58
HSV276°75°93°
CMYK 0.290.750.00   0.07
XYZ33.196917.729682.5614
Yxy17.72960.24870.1328
Hunter Lab42.106567.0434-86.7797
CIE-Lab49.166571.2292-70.0205

#a83cee color RGB value is (168,60,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111100 11101110
Octal 250 74 356
Decimal 168 60 238
Hex A8 3C EE

RGB Percentages of Color #a83cee

%36.05
%12.88
%51.07

CMYK Percentages of Color #a83cee

%29
%75
%0
%7

Triadic Colors of #a83cee

#a83cee #eea83c #3ceea8

Analogous Colors of #a83cee

#a83cee #ee3cdb #4f3cee

Monochromatic Colors of #a83cee

#a83cee

Complementary Color

#a83cee #82ee3c

#a83cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83cee Color CSS Codes

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

#a83cee Text Font Color

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

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


#a83cee Background Color

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

This div background color is #a83cee


#a83cee Border Color

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

This div border color is #a83cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83cee


Comments

No comments written yet.

Please login to write comment.