Color Hex Logo

#a40cbd Color Hex

#A40CBD
(164,12,189)
0 Favorites   0 Comments

Color spaces of #a40cbd

RGB 16412189
HSL0.810.880.39
HSV292°94°74°
CMYK 0.130.940.00   0.26
XYZ24.626611.829649.1295
Yxy11.82960.28770.1382
Hunter Lab34.394267.6181-60.6154
CIE-Lab40.944073.3079-55.2202

#a40cbd color RGB value is (164,12,189).

#a40cbd hex color red value is 164, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a40cbd hue: 0.81 , saturation: 0.88 and the lightness value of a40cbd is 0.39.

The process color (four color CMYK) of #a40cbd color hex is 0.13, 0.94, 0.00, 0.26. Web safe color of #a40cbd is #9900cc. Color #a40cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001100 10111101
Octal 244 14 275
Decimal 164 12 189
Hex A4 C BD

RGB Percentages of Color #a40cbd

%44.93
%3.29
%51.78

CMYK Percentages of Color #a40cbd

%13
%94
%0
%26

Triadic Colors of #a40cbd

#a40cbd #bda40c #0cbda4

Analogous Colors of #a40cbd

#a40cbd #bd0c7e #4b0cbd

Monochromatic Colors of #a40cbd

#a40cbd

Complementary Color

#a40cbd #25bd0c

#a40cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40cbd Color CSS Codes

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

#a40cbd Text Font Color

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

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


#a40cbd Background Color

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

This div background color is #a40cbd


#a40cbd Border Color

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

This div border color is #a40cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,12,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40cbd


Comments

No comments written yet.

Please login to write comment.