Color Hex Logo

#a82edc Color Hex

#A82EDC
(168,46,220)
0 Favorites   0 Comments

Color spaces of #a82edc

RGB 16846220
HSL0.780.710.52
HSV282°79°86°
CMYK 0.240.790.00   0.14
XYZ30.043715.446169.1081
Yxy15.44610.26220.1348
Hunter Lab39.301567.6751-76.7449
CIE-Lab46.239272.3251-64.5687

#a82edc color RGB value is (168,46,220).

#a82edc hex color red value is 168, green value is 46 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a82edc hue: 0.78 , saturation: 0.71 and the lightness value of a82edc is 0.52.

The process color (four color CMYK) of #a82edc color hex is 0.24, 0.79, 0.00, 0.14. Web safe color of #a82edc is #9933cc. Color #a82edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101110 11011100
Octal 250 56 334
Decimal 168 46 220
Hex A8 2E DC

RGB Percentages of Color #a82edc

%38.71
%10.60
%50.69

CMYK Percentages of Color #a82edc

%24
%79
%0
%14

Triadic Colors of #a82edc

#a82edc #dca82e #2edca8

Analogous Colors of #a82edc

#a82edc #dc2eb9 #512edc

Monochromatic Colors of #a82edc

#a82edc

Complementary Color

#a82edc #62dc2e

#a82edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82edc Color CSS Codes

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

#a82edc Text Font Color

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

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


#a82edc Background Color

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

This div background color is #a82edc


#a82edc Border Color

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

This div border color is #a82edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82edc


Comments

No comments written yet.

Please login to write comment.