Color Hex Logo

#a03cbb Color Hex

#A03CBB
(160,60,187)
0 Favorites   0 Comments

Color spaces of #a03cbb

RGB 16060187
HSL0.800.510.48
HSV287°68°73°
CMYK 0.140.680.00   0.27
XYZ25.082714.293248.4506
Yxy14.29320.28560.1627
Hunter Lab37.806352.2651-49.5185
CIE-Lab44.650559.2874-48.1198

#a03cbb color RGB value is (160,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111100 10111011
Octal 240 74 273
Decimal 160 60 187
Hex A0 3C BB

RGB Percentages of Color #a03cbb

%39.31
%14.74
%45.95

CMYK Percentages of Color #a03cbb

%14
%68
%0
%27

Triadic Colors of #a03cbb

#a03cbb #bba03c #3cbba0

Analogous Colors of #a03cbb

#a03cbb #bb3c97 #613cbb

Monochromatic Colors of #a03cbb

#a03cbb

Complementary Color

#a03cbb #57bb3c

#a03cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03cbb Color CSS Codes

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

#a03cbb Text Font Color

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

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


#a03cbb Background Color

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

This div background color is #a03cbb


#a03cbb Border Color

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

This div border color is #a03cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03cbb


Comments

No comments written yet.

Please login to write comment.