Color Hex Logo

#a03cbd Color Hex

#A03CBD
(160,60,189)
0 Favorites   0 Comments

Color spaces of #a03cbd

RGB 16060189
HSL0.800.520.49
HSV287°68°74°
CMYK 0.150.680.00   0.26
XYZ25.298414.379449.5862
Yxy14.37940.28340.1611
Hunter Lab37.920252.7257-50.9863
CIE-Lab44.772259.6797-49.0938

#a03cbd color RGB value is (160,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111100 10111101
Octal 240 74 275
Decimal 160 60 189
Hex A0 3C BD

RGB Percentages of Color #a03cbd

%39.12
%14.67
%46.21

CMYK Percentages of Color #a03cbd

%15
%68
%0
%26

Triadic Colors of #a03cbd

#a03cbd #bda03c #3cbda0

Analogous Colors of #a03cbd

#a03cbd #bd3c9a #5f3cbd

Monochromatic Colors of #a03cbd

#a03cbd

Complementary Color

#a03cbd #59bd3c

#a03cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03cbd Color CSS Codes

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

#a03cbd Text Font Color

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

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


#a03cbd Background Color

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

This div background color is #a03cbd


#a03cbd Border Color

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

This div border color is #a03cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03cbd


Comments

No comments written yet.

Please login to write comment.