Color Hex Logo

#a297fb Color Hex

#A297FB
(162,151,251)
0 Favorites   0 Comments

Color spaces of #a297fb

RGB 162151251
HSL0.690.930.79
HSV247°40°98°
CMYK 0.350.400.00   0.02
XYZ43.379536.779696.0796
Yxy36.77960.24610.2087
Hunter Lab60.646221.5481-51.4787
CIE-Lab67.111326.7242-48.5363

#a297fb color RGB value is (162,151,251).

#a297fb hex color red value is 162, green value is 151 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a297fb hue: 0.69 , saturation: 0.93 and the lightness value of a297fb is 0.79.

The process color (four color CMYK) of #a297fb color hex is 0.35, 0.40, 0.00, 0.02. Web safe color of #a297fb is #9999ff. Color #a297fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010111 11111011
Octal 242 227 373
Decimal 162 151 251
Hex A2 97 FB

RGB Percentages of Color #a297fb

%28.72
%26.77
%44.50

CMYK Percentages of Color #a297fb

%35
%40
%0
%2

Triadic Colors of #a297fb

#a297fb #fba297 #97fba2

Analogous Colors of #a297fb

#a297fb #d497fb #97befb

Monochromatic Colors of #a297fb

#a297fb

Complementary Color

#a297fb #f0fb97

#a297fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a297fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a297fb Color CSS Codes

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

#a297fb Text Font Color

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

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


#a297fb Background Color

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

This div background color is #a297fb


#a297fb Border Color

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

This div border color is #a297fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a297fb

Related Colors


Comments

No comments written yet.

Please login to write comment.