Color Hex Logo

#a112dd Color Hex

#A112DD
(161,18,221)
0 Favorites   0 Comments

Color spaces of #a112dd

RGB 16118221
HSL0.780.850.47
HSV282°92°87°
CMYK 0.270.920.00   0.13
XYZ27.965413.230169.4863
Yxy13.23010.25270.1195
Hunter Lab36.373273.5859-87.8046
CIE-Lab43.107977.7800-70.2805

#a112dd color RGB value is (161,18,221).

#a112dd hex color red value is 161, green value is 18 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a112dd hue: 0.78 , saturation: 0.85 and the lightness value of a112dd is 0.47.

The process color (four color CMYK) of #a112dd color hex is 0.27, 0.92, 0.00, 0.13. Web safe color of #a112dd is #9900cc. Color #a112dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010010 11011101
Octal 241 22 335
Decimal 161 18 221
Hex A1 12 DD

RGB Percentages of Color #a112dd

%40.25
%4.50
%55.25

CMYK Percentages of Color #a112dd

%27
%92
%0
%13

Triadic Colors of #a112dd

#a112dd #dda112 #12dda1

Analogous Colors of #a112dd

#a112dd #dd12b4 #3c12dd

Monochromatic Colors of #a112dd

#a112dd

Complementary Color

#a112dd #4edd12

#a112dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a112dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a112dd Color CSS Codes

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

#a112dd Text Font Color

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

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


#a112dd Background Color

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

This div background color is #a112dd


#a112dd Border Color

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

This div border color is #a112dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,18,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a112dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a112dd;
  -webkit-box-shadow: 1px 1px 3px 2px #a112dd;
  box-shadow:         1px 1px 3px 2px #a112dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,18,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a112dd


Comments

No comments written yet.

Please login to write comment.