Color Hex Logo

#a384bf Color Hex

#A384BF
(163,132,191)
0 Favorites   0 Comments

Color spaces of #a384bf

RGB 163132191
HSL0.750.320.63
HSV272°31°75°
CMYK 0.150.310.00   0.25
XYZ32.759528.050652.9779
Yxy28.05060.28790.2465
Hunter Lab52.962817.7241-22.2329
CIE-Lab59.934423.2623-26.3832

#a384bf color RGB value is (163,132,191).

#a384bf hex color red value is 163, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a384bf hue: 0.75 , saturation: 0.32 and the lightness value of a384bf is 0.63.

The process color (four color CMYK) of #a384bf color hex is 0.15, 0.31, 0.00, 0.25. Web safe color of #a384bf is #9999cc. Color #a384bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000100 10111111
Octal 243 204 277
Decimal 163 132 191
Hex A3 84 BF

RGB Percentages of Color #a384bf

%33.54
%27.16
%39.30

CMYK Percentages of Color #a384bf

%15
%31
%0
%25

Triadic Colors of #a384bf

#a384bf #bfa384 #84bfa3

Analogous Colors of #a384bf

#a384bf #bf84be #8684bf

Monochromatic Colors of #a384bf

#a384bf

Complementary Color

#a384bf #a0bf84

#a384bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a384bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a384bf Color CSS Codes

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

#a384bf Text Font Color

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

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


#a384bf Background Color

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

This div background color is #a384bf


#a384bf Border Color

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

This div border color is #a384bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a384bf


Comments

No comments written yet.

Please login to write comment.