color codes Logo

#a46bbf color codes

#A46BBF
(164,107,191)
0 Favorites   0 Comments

Color spaces of #a46bbf

RGB 164107191
HSL0.780.400.58
HSV281°44°75°
CMYK 0.140.440.00   0.25
XYZ29.971522.169551.9897
Yxy22.16950.28780.2129
Hunter Lab47.084531.2258-32.5076
CIE-Lab54.206437.7109-35.2749

#a46bbf color RGB value is (164,107,191).

#a46bbf hex color red value is 164, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a46bbf hue: 0.78 , saturation: 0.40 and the lightness value of a46bbf is 0.58.

The process color (four color CMYK) of #a46bbf color code is 0.14, 0.44, 0.00, 0.25. Web safe color of #a46bbf is #9966cc. Color #a46bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101011 10111111
Octal 244 153 277
Decimal 164 107 191
Hex A4 6B BF

RGB Percentages of Color #a46bbf

%35.50
%23.16
%41.34

CMYK Percentages of Color #a46bbf

%14
%44
%0
%25

Triadic Colors of #a46bbf

#a46bbf #bfa46b #6bbfa4

Analogous Colors of #a46bbf

#a46bbf #bf6bb0 #7a6bbf

Monochromatic Colors of #a46bbf

#a46bbf

Complementary Color

#a46bbf #86bf6b

#a46bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46bbf Color CSS Codes

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

#a46bbf Text Font Color

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

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


#a46bbf Background Color

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

This div background color is #a46bbf


#a46bbf Border Color

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

This div border color is #a46bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46bbf


Comments

No comments written yet.

Please login to write comment.