Color Hex Logo

#a24bcc Color Hex

#A24BCC
(162,75,204)
0 Favorites   0 Comments

Color spaces of #a24bcc

RGB 16275204
HSL0.780.560.55
HSV280°63°80°
CMYK 0.210.630.00   0.20
XYZ28.315517.073258.9298
Yxy17.07320.27140.1637
Hunter Lab41.319750.0126-55.6350
CIE-Lab48.352156.5577-52.0358

#a24bcc color RGB value is (162,75,204).

#a24bcc hex color red value is 162, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a24bcc hue: 0.78 , saturation: 0.56 and the lightness value of a24bcc is 0.55.

The process color (four color CMYK) of #a24bcc color hex is 0.21, 0.63, 0.00, 0.20. Web safe color of #a24bcc is #9933cc. Color #a24bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001011 11001100
Octal 242 113 314
Decimal 162 75 204
Hex A2 4B CC

RGB Percentages of Color #a24bcc

%36.73
%17.01
%46.26

CMYK Percentages of Color #a24bcc

%21
%63
%0
%20

Triadic Colors of #a24bcc

#a24bcc #cca24b #4bcca2

Analogous Colors of #a24bcc

#a24bcc #cc4bb6 #614bcc

Monochromatic Colors of #a24bcc

#a24bcc

Complementary Color

#a24bcc #75cc4b

#a24bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24bcc Color CSS Codes

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

#a24bcc Text Font Color

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

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


#a24bcc Background Color

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

This div background color is #a24bcc


#a24bcc Border Color

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

This div border color is #a24bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,75,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24bcc


Comments

No comments written yet.

Please login to write comment.