Color Hex Logo

#a83dee Color Hex

#A83DEE
(168,61,238)
0 Favorites   0 Comments

Color spaces of #a83dee

RGB 16861238
HSL0.770.840.59
HSV276°74°93°
CMYK 0.290.740.00   0.07
XYZ33.249817.835482.5790
Yxy17.83540.24880.1334
Hunter Lab42.232066.6295-86.3713
CIE-Lab49.295970.8585-69.8104

#a83dee color RGB value is (168,61,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111101 11101110
Octal 250 75 356
Decimal 168 61 238
Hex A8 3D EE

RGB Percentages of Color #a83dee

%35.97
%13.06
%50.96

CMYK Percentages of Color #a83dee

%29
%74
%0
%7

Triadic Colors of #a83dee

#a83dee #eea83d #3deea8

Analogous Colors of #a83dee

#a83dee #ee3ddc #4f3dee

Monochromatic Colors of #a83dee

#a83dee

Complementary Color

#a83dee #83ee3d

#a83dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83dee Color CSS Codes

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

#a83dee Text Font Color

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

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


#a83dee Background Color

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

This div background color is #a83dee


#a83dee Border Color

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

This div border color is #a83dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83dee


Comments

No comments written yet.

Please login to write comment.