Color Hex Logo

#a075bd Color Hex

#A075BD
(160,117,189)
0 Favorites   0 Comments

Color spaces of #a075bd

RGB 160117189
HSL0.770.350.60
HSV276°38°74°
CMYK 0.150.380.00   0.26
XYZ30.043823.870351.1681
Yxy23.87030.28590.2272
Hunter Lab48.857224.2649-27.8942
CIE-Lab55.957730.4355-31.4276

#a075bd color RGB value is (160,117,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 10111101
Octal 240 165 275
Decimal 160 117 189
Hex A0 75 BD

RGB Percentages of Color #a075bd

%34.33
%25.11
%40.56

CMYK Percentages of Color #a075bd

%15
%38
%0
%26

Triadic Colors of #a075bd

#a075bd #bda075 #75bda0

Analogous Colors of #a075bd

#a075bd #bd75b6 #7c75bd

Monochromatic Colors of #a075bd

#a075bd

Complementary Color

#a075bd #92bd75

#a075bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075bd Color CSS Codes

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

#a075bd Text Font Color

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

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


#a075bd Background Color

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

This div background color is #a075bd


#a075bd Border Color

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

This div border color is #a075bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075bd


Comments

No comments written yet.

Please login to write comment.