Color Hex Logo

#a82dee Color Hex

#A82DEE
(168,45,238)
0 Favorites   0 Comments

Color spaces of #a82dee

RGB 16845238
HSL0.770.850.55
HSV278°81°93°
CMYK 0.290.810.00   0.07
XYZ32.519516.374682.3356
Yxy16.37460.24780.1248
Hunter Lab40.465572.6340-92.3120
CIE-Lab47.462276.1638-72.7926

#a82dee color RGB value is (168,45,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101101 11101110
Octal 250 55 356
Decimal 168 45 238
Hex A8 2D EE

RGB Percentages of Color #a82dee

%37.25
%9.98
%52.77

CMYK Percentages of Color #a82dee

%29
%81
%0
%7

Triadic Colors of #a82dee

#a82dee #eea82d #2deea8

Analogous Colors of #a82dee

#a82dee #ee2dd4 #472dee

Monochromatic Colors of #a82dee

#a82dee

Complementary Color

#a82dee #73ee2d

#a82dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82dee Color CSS Codes

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

#a82dee Text Font Color

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

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


#a82dee Background Color

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

This div background color is #a82dee


#a82dee Border Color

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

This div border color is #a82dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82dee


Comments

No comments written yet.

Please login to write comment.