Color Hex Logo

#a88fbc Color Hex

#A88FBC
(168,143,188)
0 Favorites   0 Comments

Color spaces of #a88fbc

RGB 168143188
HSL0.760.250.65
HSV273°24°74°
CMYK 0.110.240.00   0.26
XYZ35.048031.600651.8292
Yxy31.60060.29580.2667
Hunter Lab56.214412.9142-15.3148
CIE-Lab63.011417.9797-19.9328

#a88fbc color RGB value is (168,143,188).

#a88fbc hex color red value is 168, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a88fbc hue: 0.76 , saturation: 0.25 and the lightness value of a88fbc is 0.65.

The process color (four color CMYK) of #a88fbc color hex is 0.11, 0.24, 0.00, 0.26. Web safe color of #a88fbc is #9999cc. Color #a88fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001111 10111100
Octal 250 217 274
Decimal 168 143 188
Hex A8 8F BC

RGB Percentages of Color #a88fbc

%33.67
%28.66
%37.68

CMYK Percentages of Color #a88fbc

%11
%24
%0
%26

Triadic Colors of #a88fbc

#a88fbc #bca88f #8fbca8

Analogous Colors of #a88fbc

#a88fbc #bc8fba #928fbc

Monochromatic Colors of #a88fbc

#a88fbc

Complementary Color

#a88fbc #a3bc8f

#a88fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88fbc Color CSS Codes

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

#a88fbc Text Font Color

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

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


#a88fbc Background Color

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

This div background color is #a88fbc


#a88fbc Border Color

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

This div border color is #a88fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88fbc


Comments

No comments written yet.

Please login to write comment.