Color Hex Logo

#a37bca Color Hex

#A37BCA
(163,123,202)
0 Favorites   0 Comments

Color spaces of #a37bca

RGB 163123202
HSL0.750.430.64
HSV270°39°79°
CMYK 0.190.390.00   0.21
XYZ32.847926.216759.2062
Yxy26.21670.27770.2217
Hunter Lab51.202224.9096-32.7167
CIE-Lab58.242230.8715-35.2384

#a37bca color RGB value is (163,123,202).

#a37bca hex color red value is 163, green value is 123 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a37bca hue: 0.75 , saturation: 0.43 and the lightness value of a37bca is 0.64.

The process color (four color CMYK) of #a37bca color hex is 0.19, 0.39, 0.00, 0.21. Web safe color of #a37bca is #9966cc. Color #a37bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111011 11001010
Octal 243 173 312
Decimal 163 123 202
Hex A3 7B CA

RGB Percentages of Color #a37bca

%33.40
%25.20
%41.39

CMYK Percentages of Color #a37bca

%19
%39
%0
%21

Triadic Colors of #a37bca

#a37bca #caa37b #7bcaa3

Analogous Colors of #a37bca

#a37bca #ca7bca #7c7bca

Monochromatic Colors of #a37bca

#a37bca

Complementary Color

#a37bca #a2ca7b

#a37bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37bca Color CSS Codes

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

#a37bca Text Font Color

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

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


#a37bca Background Color

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

This div background color is #a37bca


#a37bca Border Color

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

This div border color is #a37bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37bca


Comments

No comments written yet.

Please login to write comment.