Color Hex Logo

#a762af Color Hex

#A762AF
(167,98,175)
0 Favorites   0 Comments

Color spaces of #a762af

RGB 16798175
HSL0.820.320.54
HSV294°44°69°
CMYK 0.050.440.00   0.31
XYZ28.041920.046042.9487
Yxy20.04600.30800.2202
Hunter Lab44.772833.4451-25.5336
CIE-Lab51.889240.2327-29.6260

#a762af color RGB value is (167,98,175).

#a762af hex color red value is 167, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a762af hue: 0.82 , saturation: 0.32 and the lightness value of a762af is 0.54.

The process color (four color CMYK) of #a762af color hex is 0.05, 0.44, 0.00, 0.31. Web safe color of #a762af is #996699. Color #a762af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100010 10101111
Octal 247 142 257
Decimal 167 98 175
Hex A7 62 AF

RGB Percentages of Color #a762af

%37.95
%22.27
%39.77

CMYK Percentages of Color #a762af

%5
%44
%0
%31

Triadic Colors of #a762af

#a762af #afa762 #62afa7

Analogous Colors of #a762af

#a762af #af6291 #8162af

Monochromatic Colors of #a762af

#a762af

Complementary Color

#a762af #6aaf62

#a762af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a762af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a762af Color CSS Codes

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

#a762af Text Font Color

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

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


#a762af Background Color

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

This div background color is #a762af


#a762af Border Color

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

This div border color is #a762af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,98,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a762af


Comments

No comments written yet.

Please login to write comment.