Color Hex Logo

#a21cda Color Hex

#A21CDA
(162,28,218)
0 Favorites   0 Comments

Color spaces of #a21cda

RGB 16228218
HSL0.780.770.48
HSV282°87°85°
CMYK 0.260.870.00   0.15
XYZ27.970413.573867.4755
Yxy13.57380.25660.1245
Hunter Lab36.842671.0400-82.7969
CIE-Lab43.615475.6124-67.7283

#a21cda color RGB value is (162,28,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011100 11011010
Octal 242 34 332
Decimal 162 28 218
Hex A2 1C DA

RGB Percentages of Color #a21cda

%39.71
%6.86
%53.43

CMYK Percentages of Color #a21cda

%26
%87
%0
%15

Triadic Colors of #a21cda

#a21cda #daa21c #1cdaa2

Analogous Colors of #a21cda

#a21cda #da1cb3 #431cda

Monochromatic Colors of #a21cda

#a21cda

Complementary Color

#a21cda #54da1c

#a21cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21cda Color CSS Codes

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

#a21cda Text Font Color

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

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


#a21cda Background Color

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

This div background color is #a21cda


#a21cda Border Color

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

This div border color is #a21cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21cda


Comments

No comments written yet.

Please login to write comment.