Color Hex Logo

#a836ff Color Hex

#A836FF
(168,54,255)
0 Favorites   0 Comments

Color spaces of #a836ff

RGB 16854255
HSL0.761.000.61
HSV274°79°100°
CMYK 0.340.790.00   0.00
XYZ35.517618.183296.2455
Yxy18.18320.23690.1213
Hunter Lab42.641874.0549-103.9725
CIE-Lab49.717676.8750-78.6359

#a836ff color RGB value is (168,54,255).

#a836ff hex color red value is 168, green value is 54 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a836ff hue: 0.76 , saturation: 1.00 and the lightness value of a836ff is 0.61.

The process color (four color CMYK) of #a836ff color hex is 0.34, 0.79, 0.00, 0.00. Web safe color of #a836ff is #9933ff. Color #a836ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110110 11111111
Octal 250 66 377
Decimal 168 54 255
Hex A8 36 FF

RGB Percentages of Color #a836ff

%35.22
%11.32
%53.46

CMYK Percentages of Color #a836ff

%34
%79
%0
%0

Triadic Colors of #a836ff

#a836ff #ffa836 #36ffa8

Analogous Colors of #a836ff

#a836ff #ff36f2 #4436ff

Monochromatic Colors of #a836ff

#a836ff

Complementary Color

#a836ff #8dff36

#a836ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a836ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a836ff Color CSS Codes

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

#a836ff Text Font Color

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

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


#a836ff Background Color

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

This div background color is #a836ff


#a836ff Border Color

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

This div border color is #a836ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a836ff


Comments

No comments written yet.

Please login to write comment.