Color Hex Logo

#a01dcb Color Hex

#A01DCB
(160,29,203)
0 Favorites   0 Comments

Color spaces of #a01dcb

RGB 16029203
HSL0.790.750.45
HSV285°86°80°
CMYK 0.210.860.00   0.20
XYZ25.716112.664157.5889
Yxy12.66410.26800.1320
Hunter Lab35.586766.7134-71.0367
CIE-Lab42.252772.3000-61.3063

#a01dcb color RGB value is (160,29,203).

#a01dcb hex color red value is 160, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a01dcb hue: 0.79 , saturation: 0.75 and the lightness value of a01dcb is 0.45.

The process color (four color CMYK) of #a01dcb color hex is 0.21, 0.86, 0.00, 0.20. Web safe color of #a01dcb is #9933cc. Color #a01dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011101 11001011
Octal 240 35 313
Decimal 160 29 203
Hex A0 1D CB

RGB Percentages of Color #a01dcb

%40.82
%7.40
%51.79

CMYK Percentages of Color #a01dcb

%21
%86
%0
%20

Triadic Colors of #a01dcb

#a01dcb #cba01d #1dcba0

Analogous Colors of #a01dcb

#a01dcb #cb1d9f #491dcb

Monochromatic Colors of #a01dcb

#a01dcb

Complementary Color

#a01dcb #48cb1d

#a01dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01dcb Color CSS Codes

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

#a01dcb Text Font Color

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

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


#a01dcb Background Color

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

This div background color is #a01dcb


#a01dcb Border Color

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

This div border color is #a01dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01dcb


Comments

No comments written yet.

Please login to write comment.