Color Hex Logo

#a641bf Color Hex

#A641BF
(166,65,191)
0 Favorites   0 Comments

Color spaces of #a641bf

RGB 16665191
HSL0.800.500.50
HSV288°66°75°
CMYK 0.130.660.00   0.25
XYZ27.020215.649250.8867
Yxy15.64920.28880.1673
Hunter Lab39.559152.6932-48.5762
CIE-Lab46.510859.3226-47.4297

#a641bf color RGB value is (166,65,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 10111111
Octal 246 101 277
Decimal 166 65 191
Hex A6 41 BF

RGB Percentages of Color #a641bf

%39.34
%15.40
%45.26

CMYK Percentages of Color #a641bf

%13
%66
%0
%25

Triadic Colors of #a641bf

#a641bf #bfa641 #41bfa6

Analogous Colors of #a641bf

#a641bf #bf4199 #6741bf

Monochromatic Colors of #a641bf

#a641bf

Complementary Color

#a641bf #5abf41

#a641bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a641bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a641bf Color CSS Codes

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

#a641bf Text Font Color

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

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


#a641bf Background Color

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

This div background color is #a641bf


#a641bf Border Color

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

This div border color is #a641bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a641bf


Comments

No comments written yet.

Please login to write comment.