Color Hex Logo

#a762be Color Hex

#A762BE
(167,98,190)
0 Favorites   0 Comments

Color spaces of #a762be

RGB 16798190
HSL0.790.410.56
HSV285°48°75°
CMYK 0.120.480.00   0.25
XYZ29.598320.668651.1446
Yxy20.66860.29190.2038
Hunter Lab45.462736.6518-34.8761
CIE-Lab52.584943.2817-37.2190

#a762be color RGB value is (167,98,190).

#a762be hex color red value is 167, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a762be hue: 0.79 , saturation: 0.41 and the lightness value of a762be is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100010 10111110
Octal 247 142 276
Decimal 167 98 190
Hex A7 62 BE

RGB Percentages of Color #a762be

%36.70
%21.54
%41.76

CMYK Percentages of Color #a762be

%12
%48
%0
%25

Triadic Colors of #a762be

#a762be #bea762 #62bea7

Analogous Colors of #a762be

#a762be #be62a7 #7962be

Monochromatic Colors of #a762be

#a762be

Complementary Color

#a762be #79be62

#a762be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a762be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a762be Color CSS Codes

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

#a762be Text Font Color

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

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


#a762be Background Color

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

This div background color is #a762be


#a762be Border Color

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

This div border color is #a762be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a762be


Comments

No comments written yet.

Please login to write comment.