Color Hex Logo

#a40ccb Color Hex

#A40CCB
(164,12,203)
0 Favorites   0 Comments

Color spaces of #a40ccb

RGB 16412203
HSL0.800.890.42
HSV288°94°80°
CMYK 0.190.940.00   0.20
XYZ26.220812.467357.5243
Yxy12.46730.27250.1296
Hunter Lab35.309170.7647-71.8769
CIE-Lab41.949475.7093-61.7688

#a40ccb color RGB value is (164,12,203).

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

The process color (four color CMYK) of #a40ccb color hex is 0.19, 0.94, 0.00, 0.20. Web safe color of #a40ccb is #9900cc. Color #a40ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001100 11001011
Octal 244 14 313
Decimal 164 12 203
Hex A4 C CB

RGB Percentages of Color #a40ccb

%43.27
%3.17
%53.56

CMYK Percentages of Color #a40ccb

%19
%94
%0
%20

Triadic Colors of #a40ccb

#a40ccb #cba40c #0ccba4

Analogous Colors of #a40ccb

#a40ccb #cb0c93 #440ccb

Monochromatic Colors of #a40ccb

#a40ccb

Complementary Color

#a40ccb #33cb0c

#a40ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40ccb Color CSS Codes

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

#a40ccb Text Font Color

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

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


#a40ccb Background Color

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

This div background color is #a40ccb


#a40ccb Border Color

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

This div border color is #a40ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40ccb


Comments

No comments written yet.

Please login to write comment.