Color Hex Logo

#a026bb Color Hex

#A026BB
(160,38,187)
0 Favorites   0 Comments

Color spaces of #a026bb

RGB 16038187
HSL0.800.660.44
HSV289°80°73°
CMYK 0.140.800.00   0.27
XYZ24.160012.447748.1430
Yxy12.44770.28510.1469
Hunter Lab35.281360.4913-56.2071
CIE-Lab41.919067.0794-52.5055

#a026bb color RGB value is (160,38,187).

#a026bb hex color red value is 160, green value is 38 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a026bb hue: 0.80 , saturation: 0.66 and the lightness value of a026bb is 0.44.

The process color (four color CMYK) of #a026bb color hex is 0.14, 0.80, 0.00, 0.27. Web safe color of #a026bb is #9933cc. Color #a026bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100110 10111011
Octal 240 46 273
Decimal 160 38 187
Hex A0 26 BB

RGB Percentages of Color #a026bb

%41.56
%9.87
%48.57

CMYK Percentages of Color #a026bb

%14
%80
%0
%27

Triadic Colors of #a026bb

#a026bb #bba026 #26bba0

Analogous Colors of #a026bb

#a026bb #bb268c #5526bb

Monochromatic Colors of #a026bb

#a026bb

Complementary Color

#a026bb #41bb26

#a026bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a026bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a026bb Color CSS Codes

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

#a026bb Text Font Color

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

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


#a026bb Background Color

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

This div background color is #a026bb


#a026bb Border Color

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

This div border color is #a026bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,38,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a026bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a026bb;
  -webkit-box-shadow: 1px 1px 3px 2px #a026bb;
  box-shadow:         1px 1px 3px 2px #a026bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,38,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a026bb


Comments

No comments written yet.

Please login to write comment.