color codes Logo

#a24adb color codes

#A24ADB
(162,74,219)
0 Favorites   0 Comments

Color spaces of #a24adb

RGB 16274219
HSL0.770.670.57
HSV276°66°86°
CMYK 0.260.660.00   0.14
XYZ30.135317.693468.8447
Yxy17.69340.25830.1516
Hunter Lab42.063554.2704-67.5945
CIE-Lab49.122160.2447-59.3796

#a24adb color RGB value is (162,74,219).

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

The process color (four color CMYK) of #a24adb color code is 0.26, 0.66, 0.00, 0.14. Web safe color of #a24adb is #9933cc. Color #a24adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001010 11011011
Octal 242 112 333
Decimal 162 74 219
Hex A2 4A DB

RGB Percentages of Color #a24adb

%35.60
%16.26
%48.13

CMYK Percentages of Color #a24adb

%26
%66
%0
%14

Triadic Colors of #a24adb

#a24adb #dba24a #4adba2

Analogous Colors of #a24adb

#a24adb #db4acc #594adb

Monochromatic Colors of #a24adb

#a24adb

Complementary Color

#a24adb #83db4a

#a24adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24adb Color CSS Codes

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

#a24adb Text Font Color

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

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


#a24adb Background Color

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

This div background color is #a24adb


#a24adb Border Color

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

This div border color is #a24adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24adb


Comments

No comments written yet.

Please login to write comment.