Color Hex Logo

#a24abd Color Hex

#A24ABD
(162,74,189)
0 Favorites   0 Comments

Color spaces of #a24abd

RGB 16274189
HSL0.790.470.52
HSV286°61°74°
CMYK 0.140.610.00   0.26
XYZ26.534416.253149.8828
Yxy16.25310.28630.1754
Hunter Lab40.315146.9327-45.1402
CIE-Lab47.304853.9181-45.0334

#a24abd color RGB value is (162,74,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001010 10111101
Octal 242 112 275
Decimal 162 74 189
Hex A2 4A BD

RGB Percentages of Color #a24abd

%38.12
%17.41
%44.47

CMYK Percentages of Color #a24abd

%14
%61
%0
%26

Triadic Colors of #a24abd

#a24abd #bda24a #4abda2

Analogous Colors of #a24abd

#a24abd #bd4a9f #694abd

Monochromatic Colors of #a24abd

#a24abd

Complementary Color

#a24abd #65bd4a

#a24abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24abd Color CSS Codes

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

#a24abd Text Font Color

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

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


#a24abd Background Color

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

This div background color is #a24abd


#a24abd Border Color

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

This div border color is #a24abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24abd


Comments

No comments written yet.

Please login to write comment.