Color Hex Logo

#a836bf Color Hex

#A836BF
(168,54,191)
0 Favorites   0 Comments

Color spaces of #a836bf

RGB 16854191
HSL0.810.560.48
HSV290°72°75°
CMYK 0.120.720.00   0.25
XYZ26.871614.724850.7161
Yxy14.72480.29110.1595
Hunter Lab38.372957.8466-51.5004
CIE-Lab45.254964.1321-49.4214

#a836bf color RGB value is (168,54,191).

#a836bf hex color red value is 168, green value is 54 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a836bf hue: 0.81 , saturation: 0.56 and the lightness value of a836bf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110110 10111111
Octal 250 66 277
Decimal 168 54 191
Hex A8 36 BF

RGB Percentages of Color #a836bf

%40.68
%13.08
%46.25

CMYK Percentages of Color #a836bf

%12
%72
%0
%25

Triadic Colors of #a836bf

#a836bf #bfa836 #36bfa8

Analogous Colors of #a836bf

#a836bf #bf3692 #6436bf

Monochromatic Colors of #a836bf

#a836bf

Complementary Color

#a836bf #4dbf36

#a836bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a836bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a836bf Color CSS Codes

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

#a836bf Text Font Color

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

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


#a836bf Background Color

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

This div background color is #a836bf


#a836bf Border Color

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

This div border color is #a836bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a836bf


Comments

No comments written yet.

Please login to write comment.