Color Hex Logo

#a468bb Color Hex

#A468BB
(164,104,187)
0 Favorites   0 Comments

Color spaces of #a468bb

RGB 164104187
HSL0.790.380.57
HSV283°44°73°
CMYK 0.120.440.00   0.27
XYZ29.229821.381049.6001
Yxy21.38100.29170.2134
Hunter Lab46.239631.9173-31.2312
CIE-Lab53.364038.5111-34.2947

#a468bb color RGB value is (164,104,187).

#a468bb hex color red value is 164, green value is 104 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a468bb hue: 0.79 , saturation: 0.38 and the lightness value of a468bb is 0.57.

The process color (four color CMYK) of #a468bb color hex is 0.12, 0.44, 0.00, 0.27. Web safe color of #a468bb is #9966cc. Color #a468bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10111011
Octal 244 150 273
Decimal 164 104 187
Hex A4 68 BB

RGB Percentages of Color #a468bb

%36.04
%22.86
%41.10

CMYK Percentages of Color #a468bb

%12
%44
%0
%27

Triadic Colors of #a468bb

#a468bb #bba468 #68bba4

Analogous Colors of #a468bb

#a468bb #bb68a9 #7b68bb

Monochromatic Colors of #a468bb

#a468bb

Complementary Color

#a468bb #7fbb68

#a468bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a468bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a468bb Color CSS Codes

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

#a468bb Text Font Color

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

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


#a468bb Background Color

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

This div background color is #a468bb


#a468bb Border Color

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

This div border color is #a468bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,104,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a468bb


Comments

No comments written yet.

Please login to write comment.