Color Hex Logo

#a836be Color Hex

#A836BE
(168,54,190)
0 Favorites   0 Comments

Color spaces of #a836be

RGB 16854190
HSL0.810.560.48
HSV290°72°75°
CMYK 0.120.720.00   0.25
XYZ26.761914.680950.1384
Yxy14.68090.29220.1603
Hunter Lab38.315757.6224-50.7636
CIE-Lab45.194063.9476-48.9356

#a836be color RGB value is (168,54,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110110 10111110
Octal 250 66 276
Decimal 168 54 190
Hex A8 36 BE

RGB Percentages of Color #a836be

%40.78
%13.11
%46.12

CMYK Percentages of Color #a836be

%12
%72
%0
%25

Triadic Colors of #a836be

#a836be #bea836 #36bea8

Analogous Colors of #a836be

#a836be #be3690 #6436be

Monochromatic Colors of #a836be

#a836be

Complementary Color

#a836be #4cbe36

#a836be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a836be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a836be Color CSS Codes

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

#a836be Text Font Color

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

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


#a836be Background Color

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

This div background color is #a836be


#a836be Border Color

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

This div border color is #a836be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,54,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a836be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a836be


Comments

No comments written yet.

Please login to write comment.