Color Hex Logo

#a48bca Color Hex

#A48BCA
(164,139,202)
0 Favorites   0 Comments

Color spaces of #a48bca

RGB 164139202
HSL0.730.370.67
HSV264°31°79°
CMYK 0.190.310.00   0.21
XYZ35.203130.622059.9323
Yxy30.62200.27990.2435
Hunter Lab55.337116.7140-25.4774
CIE-Lab62.187222.0602-29.1012

#a48bca color RGB value is (164,139,202).

#a48bca hex color red value is 164, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a48bca hue: 0.73 , saturation: 0.37 and the lightness value of a48bca is 0.67.

The process color (four color CMYK) of #a48bca color hex is 0.19, 0.31, 0.00, 0.21. Web safe color of #a48bca is #9999cc. Color #a48bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001011 11001010
Octal 244 213 312
Decimal 164 139 202
Hex A4 8B CA

RGB Percentages of Color #a48bca

%32.48
%27.52
%40.00

CMYK Percentages of Color #a48bca

%19
%31
%0
%21

Triadic Colors of #a48bca

#a48bca #caa48b #8bcaa4

Analogous Colors of #a48bca

#a48bca #c48bca #8b92ca

Monochromatic Colors of #a48bca

#a48bca

Complementary Color

#a48bca #b1ca8b

#a48bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48bca Color CSS Codes

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

#a48bca Text Font Color

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

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


#a48bca Background Color

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

This div background color is #a48bca


#a48bca Border Color

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

This div border color is #a48bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48bca


Comments

No comments written yet.

Please login to write comment.