Color Hex Logo

#a085bc Color Hex

#A085BC
(160,133,188)
0 Favorites   0 Comments

Color spaces of #a085bc

RGB 160133188
HSL0.750.290.63
HSV269°29°74°
CMYK 0.150.290.00   0.26
XYZ31.961827.879551.2737
Yxy27.87950.28760.2509
Hunter Lab52.801015.6487-20.6142
CIE-Lab59.779721.0603-24.9448

#a085bc color RGB value is (160,133,188).

#a085bc hex color red value is 160, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a085bc hue: 0.75 , saturation: 0.29 and the lightness value of a085bc is 0.63.

The process color (four color CMYK) of #a085bc color hex is 0.15, 0.29, 0.00, 0.26. Web safe color of #a085bc is #9999cc. Color #a085bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000101 10111100
Octal 240 205 274
Decimal 160 133 188
Hex A0 85 BC

RGB Percentages of Color #a085bc

%33.26
%27.65
%39.09

CMYK Percentages of Color #a085bc

%15
%29
%0
%26

Triadic Colors of #a085bc

#a085bc #bca085 #85bca0

Analogous Colors of #a085bc

#a085bc #bc85bc #8586bc

Monochromatic Colors of #a085bc

#a085bc

Complementary Color

#a085bc #a1bc85

#a085bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a085bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a085bc Color CSS Codes

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

#a085bc Text Font Color

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

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


#a085bc Background Color

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

This div background color is #a085bc


#a085bc Border Color

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

This div border color is #a085bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,133,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a085bc


Comments

No comments written yet.

Please login to write comment.