Color Hex Logo

#a375bd Color Hex

#A375BD
(163,117,189)
0 Favorites   0 Comments

Color spaces of #a375bd

RGB 163117189
HSL0.770.350.60
HSV278°38°74°
CMYK 0.140.380.00   0.26
XYZ30.650924.183251.1965
Yxy24.18320.28910.2281
Hunter Lab49.176425.1976-27.3020
CIE-Lab56.270831.3651-30.9166

#a375bd color RGB value is (163,117,189).

#a375bd hex color red value is 163, green value is 117 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a375bd hue: 0.77 , saturation: 0.35 and the lightness value of a375bd is 0.60.

The process color (four color CMYK) of #a375bd color hex is 0.14, 0.38, 0.00, 0.26. Web safe color of #a375bd is #9966cc. Color #a375bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110101 10111101
Octal 243 165 275
Decimal 163 117 189
Hex A3 75 BD

RGB Percentages of Color #a375bd

%34.75
%24.95
%40.30

CMYK Percentages of Color #a375bd

%14
%38
%0
%26

Triadic Colors of #a375bd

#a375bd #bda375 #75bda3

Analogous Colors of #a375bd

#a375bd #bd75b3 #7f75bd

Monochromatic Colors of #a375bd

#a375bd

Complementary Color

#a375bd #8fbd75

#a375bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a375bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a375bd Color CSS Codes

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

#a375bd Text Font Color

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

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


#a375bd Background Color

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

This div background color is #a375bd


#a375bd Border Color

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

This div border color is #a375bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,117,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a375bd


Comments

No comments written yet.

Please login to write comment.