Color Hex Logo

#a03bbd Color Hex

#A03BBD
(160,59,189)
0 Favorites   0 Comments

Color spaces of #a03bbd

RGB 16059189
HSL0.800.520.49
HSV287°69°74°
CMYK 0.150.690.00   0.26
XYZ25.246514.275649.5689
Yxy14.27560.28340.1602
Hunter Lab37.783153.1527-51.3364
CIE-Lab44.625660.0914-49.3286

#a03bbd color RGB value is (160,59,189).

#a03bbd hex color red value is 160, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a03bbd hue: 0.80 , saturation: 0.52 and the lightness value of a03bbd is 0.49.

The process color (four color CMYK) of #a03bbd color hex is 0.15, 0.69, 0.00, 0.26. Web safe color of #a03bbd is #9933cc. Color #a03bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111011 10111101
Octal 240 73 275
Decimal 160 59 189
Hex A0 3B BD

RGB Percentages of Color #a03bbd

%39.22
%14.46
%46.32

CMYK Percentages of Color #a03bbd

%15
%69
%0
%26

Triadic Colors of #a03bbd

#a03bbd #bda03b #3bbda0

Analogous Colors of #a03bbd

#a03bbd #bd3b99 #5f3bbd

Monochromatic Colors of #a03bbd

#a03bbd

Complementary Color

#a03bbd #58bd3b

#a03bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03bbd Color CSS Codes

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

#a03bbd Text Font Color

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

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


#a03bbd Background Color

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

This div background color is #a03bbd


#a03bbd Border Color

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

This div border color is #a03bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03bbd


Comments

No comments written yet.

Please login to write comment.