Color Hex Logo

#a852bf Color Hex

#A852BF
(168,82,191)
0 Favorites   0 Comments

Color spaces of #a852bf

RGB 16882191
HSL0.800.460.54
HSV287°57°75°
CMYK 0.120.570.00   0.25
XYZ28.569718.121051.2821
Yxy18.12100.29160.1850
Hunter Lab42.568845.3036-41.6278
CIE-Lab49.642551.9919-42.4312

#a852bf color RGB value is (168,82,191).

#a852bf hex color red value is 168, green value is 82 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a852bf hue: 0.80 , saturation: 0.46 and the lightness value of a852bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 10111111
Octal 250 122 277
Decimal 168 82 191
Hex A8 52 BF

RGB Percentages of Color #a852bf

%38.10
%18.59
%43.31

CMYK Percentages of Color #a852bf

%12
%57
%0
%25

Triadic Colors of #a852bf

#a852bf #bfa852 #52bfa8

Analogous Colors of #a852bf

#a852bf #bf52a0 #7252bf

Monochromatic Colors of #a852bf

#a852bf

Complementary Color

#a852bf #69bf52

#a852bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a852bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a852bf Color CSS Codes

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

#a852bf Text Font Color

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

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


#a852bf Background Color

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

This div background color is #a852bf


#a852bf Border Color

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

This div border color is #a852bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a852bf


Comments

No comments written yet.

Please login to write comment.