Color Hex Logo

#a841bf Color Hex

#A841BF
(168,65,191)
0 Favorites   0 Comments

Color spaces of #a841bf

RGB 16865191
HSL0.800.500.50
HSV289°66°75°
CMYK 0.120.660.00   0.25
XYZ27.442715.867050.9065
Yxy15.86700.29130.1684
Hunter Lab39.833453.2668-47.8884
CIE-Lab46.799559.7830-46.9521

#a841bf color RGB value is (168,65,191).

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

The process color (four color CMYK) of #a841bf color hex is 0.12, 0.66, 0.00, 0.25. Web safe color of #a841bf is #9933cc. Color #a841bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 10111111
Octal 250 101 277
Decimal 168 65 191
Hex A8 41 BF

RGB Percentages of Color #a841bf

%39.62
%15.33
%45.05

CMYK Percentages of Color #a841bf

%12
%66
%0
%25

Triadic Colors of #a841bf

#a841bf #bfa841 #41bfa8

Analogous Colors of #a841bf

#a841bf #bf4197 #6941bf

Monochromatic Colors of #a841bf

#a841bf

Complementary Color

#a841bf #58bf41

#a841bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a841bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a841bf Color CSS Codes

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

#a841bf Text Font Color

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

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


#a841bf Background Color

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

This div background color is #a841bf


#a841bf Border Color

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

This div border color is #a841bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a841bf


Comments

No comments written yet.

Please login to write comment.