Color Hex Logo

#a892bd Color Hex

#A892BD
(168,146,189)
0 Favorites   0 Comments

Color spaces of #a892bd

RGB 168146189
HSL0.750.250.66
HSV271°23°74°
CMYK 0.110.230.00   0.26
XYZ35.612632.556752.5512
Yxy32.55670.29500.2697
Hunter Lab57.058511.5570-14.6655
CIE-Lab63.800316.4941-19.2944

#a892bd color RGB value is (168,146,189).

#a892bd hex color red value is 168, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a892bd hue: 0.75 , saturation: 0.25 and the lightness value of a892bd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010010 10111101
Octal 250 222 275
Decimal 168 146 189
Hex A8 92 BD

RGB Percentages of Color #a892bd

%33.40
%29.03
%37.57

CMYK Percentages of Color #a892bd

%11
%23
%0
%26

Triadic Colors of #a892bd

#a892bd #bda892 #92bda8

Analogous Colors of #a892bd

#a892bd #bd92bd #9392bd

Monochromatic Colors of #a892bd

#a892bd

Complementary Color

#a892bd #a7bd92

#a892bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a892bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a892bd Color CSS Codes

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

#a892bd Text Font Color

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

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


#a892bd Background Color

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

This div background color is #a892bd


#a892bd Border Color

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

This div border color is #a892bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a892bd


Comments

No comments written yet.

Please login to write comment.