Color Hex Logo

#a625dd Color Hex

#A625DD
(166,37,221)
0 Favorites   0 Comments

Color spaces of #a625dd

RGB 16637221
HSL0.780.730.51
HSV282°83°87°
CMYK 0.250.830.00   0.13
XYZ29.438614.650669.6829
Yxy14.65060.25880.1288
Hunter Lab38.276170.3033-81.1461
CIE-Lab45.151974.7098-66.9187

#a625dd color RGB value is (166,37,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100101 11011101
Octal 246 45 335
Decimal 166 37 221
Hex A6 25 DD

RGB Percentages of Color #a625dd

%39.15
%8.73
%52.12

CMYK Percentages of Color #a625dd

%25
%83
%0
%13

Triadic Colors of #a625dd

#a625dd #dda625 #25dda6

Analogous Colors of #a625dd

#a625dd #dd25b8 #4a25dd

Monochromatic Colors of #a625dd

#a625dd

Complementary Color

#a625dd #5cdd25

#a625dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a625dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a625dd Color CSS Codes

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

#a625dd Text Font Color

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

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


#a625dd Background Color

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

This div background color is #a625dd


#a625dd Border Color

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

This div border color is #a625dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a625dd


Comments

No comments written yet.

Please login to write comment.