Color Hex Logo

#a01cbb Color Hex

#A01CBB
(160,28,187)
0 Favorites   0 Comments

Color spaces of #a01cbb

RGB 16028187
HSL0.810.740.42
HSV290°85°73°
CMYK 0.140.850.00   0.27
XYZ23.882111.891948.0504
Yxy11.89190.28490.1419
Hunter Lab34.484663.2709-58.4746
CIE-Lab41.043869.6327-53.9167

#a01cbb color RGB value is (160,28,187).

#a01cbb hex color red value is 160, green value is 28 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a01cbb hue: 0.81 , saturation: 0.74 and the lightness value of a01cbb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011100 10111011
Octal 240 34 273
Decimal 160 28 187
Hex A0 1C BB

RGB Percentages of Color #a01cbb

%42.67
%7.47
%49.87

CMYK Percentages of Color #a01cbb

%14
%85
%0
%27

Triadic Colors of #a01cbb

#a01cbb #bba01c #1cbba0

Analogous Colors of #a01cbb

#a01cbb #bb1c87 #511cbb

Monochromatic Colors of #a01cbb

#a01cbb

Complementary Color

#a01cbb #37bb1c

#a01cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01cbb Color CSS Codes

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

#a01cbb Text Font Color

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

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


#a01cbb Background Color

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

This div background color is #a01cbb


#a01cbb Border Color

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

This div border color is #a01cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01cbb


Comments

No comments written yet.

Please login to write comment.