Color Hex Logo

#a24cdc Color Hex

#A24CDC
(162,76,220)
0 Favorites   0 Comments

Color spaces of #a24cdc

RGB 16276220
HSL0.770.670.58
HSV276°65°86°
CMYK 0.260.650.00   0.14
XYZ30.403018.017669.5855
Yxy18.01760.25760.1527
Hunter Lab42.447153.5691-67.4837
CIE-Lab49.517459.5473-59.3115

#a24cdc color RGB value is (162,76,220).

#a24cdc hex color red value is 162, green value is 76 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a24cdc hue: 0.77 , saturation: 0.67 and the lightness value of a24cdc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 11011100
Octal 242 114 334
Decimal 162 76 220
Hex A2 4C DC

RGB Percentages of Color #a24cdc

%35.37
%16.59
%48.03

CMYK Percentages of Color #a24cdc

%26
%65
%0
%14

Triadic Colors of #a24cdc

#a24cdc #dca24c #4cdca2

Analogous Colors of #a24cdc

#a24cdc #dc4cce #5a4cdc

Monochromatic Colors of #a24cdc

#a24cdc

Complementary Color

#a24cdc #86dc4c

#a24cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24cdc Color CSS Codes

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

#a24cdc Text Font Color

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

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


#a24cdc Background Color

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

This div background color is #a24cdc


#a24cdc Border Color

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

This div border color is #a24cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24cdc


Comments

No comments written yet.

Please login to write comment.