Color Hex Logo

#a625ce Color Hex

#A625CE
(166,37,206)
0 Favorites   0 Comments

Color spaces of #a625ce

RGB 16637206
HSL0.790.700.48
HSV286°82°81°
CMYK 0.190.820.00   0.19
XYZ27.528013.886459.6220
Yxy13.88640.27250.1374
Hunter Lab37.264566.6487-68.7771
CIE-Lab44.069671.8921-60.0552

#a625ce color RGB value is (166,37,206).

#a625ce hex color red value is 166, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a625ce hue: 0.79 , saturation: 0.70 and the lightness value of a625ce is 0.48.

The process color (four color CMYK) of #a625ce color hex is 0.19, 0.82, 0.00, 0.19. Web safe color of #a625ce is #9933cc. Color #a625ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100101 11001110
Octal 246 45 316
Decimal 166 37 206
Hex A6 25 CE

RGB Percentages of Color #a625ce

%40.59
%9.05
%50.37

CMYK Percentages of Color #a625ce

%19
%82
%0
%19

Triadic Colors of #a625ce

#a625ce #cea625 #25cea6

Analogous Colors of #a625ce

#a625ce #ce25a2 #5225ce

Monochromatic Colors of #a625ce

#a625ce

Complementary Color

#a625ce #4dce25

#a625ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a625ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a625ce Color CSS Codes

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

#a625ce Text Font Color

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

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


#a625ce Background Color

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

This div background color is #a625ce


#a625ce Border Color

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

This div border color is #a625ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a625ce


Comments

No comments written yet.

Please login to write comment.