Color Hex Logo

#a962bf Color Hex

#A962BF
(169,98,191)
0 Favorites   0 Comments

Color spaces of #a962bf

RGB 16998191
HSL0.790.420.57
HSV286°49°75°
CMYK 0.120.490.00   0.25
XYZ30.133820.932051.7423
Yxy20.93200.29310.2036
Hunter Lab45.751537.5022-35.0275
CIE-Lab52.875044.0628-37.3221

#a962bf color RGB value is (169,98,191).

#a962bf hex color red value is 169, green value is 98 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a962bf hue: 0.79 , saturation: 0.42 and the lightness value of a962bf is 0.57.

The process color (four color CMYK) of #a962bf color hex is 0.12, 0.49, 0.00, 0.25. Web safe color of #a962bf is #9966cc. Color #a962bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100010 10111111
Octal 251 142 277
Decimal 169 98 191
Hex A9 62 BF

RGB Percentages of Color #a962bf

%36.90
%21.40
%41.70

CMYK Percentages of Color #a962bf

%12
%49
%0
%25

Triadic Colors of #a962bf

#a962bf #bfa962 #62bfa9

Analogous Colors of #a962bf

#a962bf #bf62a7 #7b62bf

Monochromatic Colors of #a962bf

#a962bf

Complementary Color

#a962bf #78bf62

#a962bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a962bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a962bf Color CSS Codes

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

#a962bf Text Font Color

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

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


#a962bf Background Color

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

This div background color is #a962bf


#a962bf Border Color

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

This div border color is #a962bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a962bf


Comments

No comments written yet.

Please login to write comment.