Color Hex Logo

#a299be Color Hex

#A299BE
(162,153,190)
0 Favorites   0 Comments

Color spaces of #a299be

RGB 162153190
HSL0.710.220.67
HSV255°19°75°
CMYK 0.150.190.00   0.25
XYZ35.585834.181653.4373
Yxy34.18160.28880.2774
Hunter Lab58.46506.3334-13.2658
CIE-Lab65.106510.7739-17.9193

#a299be color RGB value is (162,153,190).

#a299be hex color red value is 162, green value is 153 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a299be hue: 0.71 , saturation: 0.22 and the lightness value of a299be is 0.67.

The process color (four color CMYK) of #a299be color hex is 0.15, 0.19, 0.00, 0.25. Web safe color of #a299be is #9999cc. Color #a299be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 10111110
Octal 242 231 276
Decimal 162 153 190
Hex A2 99 BE

RGB Percentages of Color #a299be

%32.08
%30.30
%37.62

CMYK Percentages of Color #a299be

%15
%19
%0
%25

Triadic Colors of #a299be

#a299be #bea299 #99bea2

Analogous Colors of #a299be

#a299be #b599be #99a3be

Monochromatic Colors of #a299be

#a299be

Complementary Color

#a299be #b5be99

#a299be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a299be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a299be Color CSS Codes

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

#a299be Text Font Color

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

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


#a299be Background Color

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

This div background color is #a299be


#a299be Border Color

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

This div border color is #a299be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,153,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a299be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a299be;
  -webkit-box-shadow: 1px 1px 3px 2px #a299be;
  box-shadow:         1px 1px 3px 2px #a299be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,153,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a299be


Comments

No comments written yet.

Please login to write comment.