Color Hex Logo

#a782bf Color Hex

#A782BF
(167,130,191)
0 Favorites   0 Comments

Color spaces of #a782bf

RGB 167130191
HSL0.770.320.63
HSV276°32°75°
CMYK 0.130.320.00   0.25
XYZ33.323027.942352.9273
Yxy27.94230.29180.2447
Hunter Lab52.860520.0197-22.3626
CIE-Lab59.836625.6827-26.5018

#a782bf color RGB value is (167,130,191).

#a782bf hex color red value is 167, green value is 130 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a782bf hue: 0.77 , saturation: 0.32 and the lightness value of a782bf is 0.63.

The process color (four color CMYK) of #a782bf color hex is 0.13, 0.32, 0.00, 0.25. Web safe color of #a782bf is #9999cc. Color #a782bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 10111111
Octal 247 202 277
Decimal 167 130 191
Hex A7 82 BF

RGB Percentages of Color #a782bf

%34.22
%26.64
%39.14

CMYK Percentages of Color #a782bf

%13
%32
%0
%25

Triadic Colors of #a782bf

#a782bf #bfa782 #82bfa7

Analogous Colors of #a782bf

#a782bf #bf82b9 #8982bf

Monochromatic Colors of #a782bf

#a782bf

Complementary Color

#a782bf #9abf82

#a782bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782bf Color CSS Codes

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

#a782bf Text Font Color

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

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


#a782bf Background Color

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

This div background color is #a782bf


#a782bf Border Color

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

This div border color is #a782bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782bf


Comments

No comments written yet.

Please login to write comment.