Color Hex Logo

#a24cbd Color Hex

#A24CBD
(162,76,189)
0 Favorites   0 Comments

Color spaces of #a24cbd

RGB 16276189
HSL0.790.460.52
HSV286°60°74°
CMYK 0.140.600.00   0.26
XYZ26.670016.524449.9280
Yxy16.52440.28640.1774
Hunter Lab40.650245.9733-44.3669
CIE-Lab47.655152.9639-44.4760

#a24cbd color RGB value is (162,76,189).

#a24cbd hex color red value is 162, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a24cbd hue: 0.79 , saturation: 0.46 and the lightness value of a24cbd is 0.52.

The process color (four color CMYK) of #a24cbd color hex is 0.14, 0.60, 0.00, 0.26. Web safe color of #a24cbd is #9933cc. Color #a24cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 10111101
Octal 242 114 275
Decimal 162 76 189
Hex A2 4C BD

RGB Percentages of Color #a24cbd

%37.94
%17.80
%44.26

CMYK Percentages of Color #a24cbd

%14
%60
%0
%26

Triadic Colors of #a24cbd

#a24cbd #bda24c #4cbda2

Analogous Colors of #a24cbd

#a24cbd #bd4ca0 #6a4cbd

Monochromatic Colors of #a24cbd

#a24cbd

Complementary Color

#a24cbd #67bd4c

#a24cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24cbd Color CSS Codes

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

#a24cbd Text Font Color

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

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


#a24cbd Background Color

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

This div background color is #a24cbd


#a24cbd Border Color

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

This div border color is #a24cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24cbd


Comments

No comments written yet.

Please login to write comment.