Color Hex Logo

#a24bda Color Hex

#A24BDA
(162,75,218)
0 Favorites   0 Comments

Color spaces of #a24bda

RGB 16275218
HSL0.770.660.57
HSV277°66°85°
CMYK 0.260.660.00   0.15
XYZ30.071317.775568.1757
Yxy17.77550.25920.1532
Hunter Lab42.161053.5332-66.3611
CIE-Lab49.222759.5697-58.6484

#a24bda color RGB value is (162,75,218).

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

The process color (four color CMYK) of #a24bda color hex is 0.26, 0.66, 0.00, 0.15. Web safe color of #a24bda is #9933cc. Color #a24bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001011 11011010
Octal 242 113 332
Decimal 162 75 218
Hex A2 4B DA

RGB Percentages of Color #a24bda

%35.60
%16.48
%47.91

CMYK Percentages of Color #a24bda

%26
%66
%0
%15

Triadic Colors of #a24bda

#a24bda #daa24b #4bdaa2

Analogous Colors of #a24bda

#a24bda #da4bcb #5a4bda

Monochromatic Colors of #a24bda

#a24bda

Complementary Color

#a24bda #83da4b

#a24bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24bda Color CSS Codes

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

#a24bda Text Font Color

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

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


#a24bda Background Color

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

This div background color is #a24bda


#a24bda Border Color

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

This div border color is #a24bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24bda


Comments

No comments written yet.

Please login to write comment.