Color Hex Logo

#a885bf Color Hex

#A885BF
(168,133,191)
0 Favorites   0 Comments

Color spaces of #a885bf

RGB 168133191
HSL0.770.310.64
HSV276°30°75°
CMYK 0.120.300.00   0.25
XYZ33.939928.861553.0722
Yxy28.86150.29290.2491
Hunter Lab53.722918.7538-20.9658
CIE-Lab60.659224.2993-25.2269

#a885bf color RGB value is (168,133,191).

#a885bf hex color red value is 168, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a885bf hue: 0.77 , saturation: 0.31 and the lightness value of a885bf is 0.64.

The process color (four color CMYK) of #a885bf color hex is 0.12, 0.30, 0.00, 0.25. Web safe color of #a885bf is #9999cc. Color #a885bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000101 10111111
Octal 250 205 277
Decimal 168 133 191
Hex A8 85 BF

RGB Percentages of Color #a885bf

%34.15
%27.03
%38.82

CMYK Percentages of Color #a885bf

%12
%30
%0
%25

Triadic Colors of #a885bf

#a885bf #bfa885 #85bfa8

Analogous Colors of #a885bf

#a885bf #bf85b9 #8b85bf

Monochromatic Colors of #a885bf

#a885bf

Complementary Color

#a885bf #9cbf85

#a885bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a885bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a885bf Color CSS Codes

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

#a885bf Text Font Color

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

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


#a885bf Background Color

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

This div background color is #a885bf


#a885bf Border Color

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

This div border color is #a885bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a885bf


Comments

No comments written yet.

Please login to write comment.