Color Hex Logo

#a635bc Color Hex

#A635BC
(166,53,188)
0 Favorites   0 Comments

Color spaces of #a635bc

RGB 16653188
HSL0.810.560.47
HSV290°72°74°
CMYK 0.120.720.00   0.26
XYZ26.076114.284048.9597
Yxy14.28400.29190.1599
Hunter Lab37.794257.0163-50.3501
CIE-Lab44.637563.5228-48.6752

#a635bc color RGB value is (166,53,188).

#a635bc hex color red value is 166, green value is 53 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a635bc hue: 0.81 , saturation: 0.56 and the lightness value of a635bc is 0.47.

The process color (four color CMYK) of #a635bc color hex is 0.12, 0.72, 0.00, 0.26. Web safe color of #a635bc is #9933cc. Color #a635bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110101 10111100
Octal 246 65 274
Decimal 166 53 188
Hex A6 35 BC

RGB Percentages of Color #a635bc

%40.79
%13.02
%46.19

CMYK Percentages of Color #a635bc

%12
%72
%0
%26

Triadic Colors of #a635bc

#a635bc #bca635 #35bca6

Analogous Colors of #a635bc

#a635bc #bc358f #6335bc

Monochromatic Colors of #a635bc

#a635bc

Complementary Color

#a635bc #4bbc35

#a635bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a635bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a635bc Color CSS Codes

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

#a635bc Text Font Color

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

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


#a635bc Background Color

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

This div background color is #a635bc


#a635bc Border Color

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

This div border color is #a635bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a635bc


Comments

No comments written yet.

Please login to write comment.