Color Hex Logo

#a62edd Color Hex

#A62EDD
(166,46,221)
0 Favorites   0 Comments

Color spaces of #a62edd

RGB 16646221
HSL0.780.720.52
HSV281°79°87°
CMYK 0.250.790.00   0.13
XYZ29.754015.281469.7880
Yxy15.28140.25910.1331
Hunter Lab39.091467.4532-78.4835
CIE-Lab46.017272.1837-65.5133

#a62edd color RGB value is (166,46,221).

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

The process color (four color CMYK) of #a62edd color hex is 0.25, 0.79, 0.00, 0.13. Web safe color of #a62edd is #9933cc. Color #a62edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101110 11011101
Octal 246 56 335
Decimal 166 46 221
Hex A6 2E DD

RGB Percentages of Color #a62edd

%38.34
%10.62
%51.04

CMYK Percentages of Color #a62edd

%25
%79
%0
%13

Triadic Colors of #a62edd

#a62edd #dda62e #2edda6

Analogous Colors of #a62edd

#a62edd #dd2ebd #4f2edd

Monochromatic Colors of #a62edd

#a62edd

Complementary Color

#a62edd #65dd2e

#a62edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62edd Color CSS Codes

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

#a62edd Text Font Color

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

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


#a62edd Background Color

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

This div background color is #a62edd


#a62edd Border Color

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

This div border color is #a62edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62edd


Comments

No comments written yet.

Please login to write comment.