Color Hex Logo

#a633bf Color Hex

#A633BF
(166,51,191)
0 Favorites   0 Comments

Color spaces of #a633bf

RGB 16651191
HSL0.800.580.47
HSV289°73°75°
CMYK 0.130.730.00   0.25
XYZ26.313714.236250.6512
Yxy14.23620.28850.1561
Hunter Lab37.730958.4577-53.1812
CIE-Lab44.569864.7984-50.5366

#a633bf color RGB value is (166,51,191).

#a633bf hex color red value is 166, green value is 51 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a633bf hue: 0.80 , saturation: 0.58 and the lightness value of a633bf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110011 10111111
Octal 246 63 277
Decimal 166 51 191
Hex A6 33 BF

RGB Percentages of Color #a633bf

%40.69
%12.50
%46.81

CMYK Percentages of Color #a633bf

%13
%73
%0
%25

Triadic Colors of #a633bf

#a633bf #bfa633 #33bfa6

Analogous Colors of #a633bf

#a633bf #bf3392 #6033bf

Monochromatic Colors of #a633bf

#a633bf

Complementary Color

#a633bf #4cbf33

#a633bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a633bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a633bf Color CSS Codes

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

#a633bf Text Font Color

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

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


#a633bf Background Color

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

This div background color is #a633bf


#a633bf Border Color

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

This div border color is #a633bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a633bf


Comments

No comments written yet.

Please login to write comment.