Color Hex Logo

#a41bcb Color Hex

#A41BCB
(164,27,203)
0 Favorites   0 Comments

Color spaces of #a41bcb

RGB 16427203
HSL0.800.770.45
HSV287°87°80°
CMYK 0.190.870.00   0.20
XYZ26.481312.988257.6112
Yxy12.98820.27280.1338
Hunter Lab36.039168.0920-69.5520
CIE-Lab42.745573.3523-60.4776

#a41bcb color RGB value is (164,27,203).

#a41bcb hex color red value is 164, green value is 27 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a41bcb hue: 0.80 , saturation: 0.77 and the lightness value of a41bcb is 0.45.

The process color (four color CMYK) of #a41bcb color hex is 0.19, 0.87, 0.00, 0.20. Web safe color of #a41bcb is #9933cc. Color #a41bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011011 11001011
Octal 244 33 313
Decimal 164 27 203
Hex A4 1B CB

RGB Percentages of Color #a41bcb

%41.62
%6.85
%51.52

CMYK Percentages of Color #a41bcb

%19
%87
%0
%20

Triadic Colors of #a41bcb

#a41bcb #cba41b #1bcba4

Analogous Colors of #a41bcb

#a41bcb #cb1b9a #4c1bcb

Monochromatic Colors of #a41bcb

#a41bcb

Complementary Color

#a41bcb #42cb1b

#a41bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41bcb Color CSS Codes

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

#a41bcb Text Font Color

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

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


#a41bcb Background Color

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

This div background color is #a41bcb


#a41bcb Border Color

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

This div border color is #a41bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41bcb


Comments

No comments written yet.

Please login to write comment.