Color Hex Logo

#a762bf Color Hex

#A762BF
(167,98,191)
0 Favorites   0 Comments

Color spaces of #a762bf

RGB 16798191
HSL0.790.420.57
HSV285°49°75°
CMYK 0.130.490.00   0.25
XYZ29.708020.712451.7223
Yxy20.71240.29080.2028
Hunter Lab45.510936.8749-35.5244
CIE-Lab52.633343.4912-37.7187

#a762bf color RGB value is (167,98,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100010 10111111
Octal 247 142 277
Decimal 167 98 191
Hex A7 62 BF

RGB Percentages of Color #a762bf

%36.62
%21.49
%41.89

CMYK Percentages of Color #a762bf

%13
%49
%0
%25

Triadic Colors of #a762bf

#a762bf #bfa762 #62bfa7

Analogous Colors of #a762bf

#a762bf #bf62a9 #7962bf

Monochromatic Colors of #a762bf

#a762bf

Complementary Color

#a762bf #7abf62

#a762bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a762bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a762bf Color CSS Codes

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

#a762bf Text Font Color

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

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


#a762bf Background Color

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

This div background color is #a762bf


#a762bf Border Color

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

This div border color is #a762bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a762bf


Comments

No comments written yet.

Please login to write comment.