Color Hex Logo

#a183da Color Hex

#A183DA
(161,131,218)
0 Favorites   0 Comments

Color spaces of #a183da

RGB 161131218
HSL0.720.540.68
HSV261°40°85°
CMYK 0.260.400.00   0.15
XYZ35.469128.871670.0330
Yxy28.87160.26400.2149
Hunter Lab53.732323.7977-39.6641
CIE-Lab60.668129.5102-40.4547

#a183da color RGB value is (161,131,218).

#a183da hex color red value is 161, green value is 131 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a183da hue: 0.72 , saturation: 0.54 and the lightness value of a183da is 0.68.

The process color (four color CMYK) of #a183da color hex is 0.26, 0.40, 0.00, 0.15. Web safe color of #a183da is #9999cc. Color #a183da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000011 11011010
Octal 241 203 332
Decimal 161 131 218
Hex A1 83 DA

RGB Percentages of Color #a183da

%31.57
%25.69
%42.75

CMYK Percentages of Color #a183da

%26
%40
%0
%15

Triadic Colors of #a183da

#a183da #daa183 #83daa1

Analogous Colors of #a183da

#a183da #cd83da #8391da

Monochromatic Colors of #a183da

#a183da

Complementary Color

#a183da #bcda83

#a183da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a183da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a183da Color CSS Codes

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

#a183da Text Font Color

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

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


#a183da Background Color

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

This div background color is #a183da


#a183da Border Color

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

This div border color is #a183da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a183da


Comments

No comments written yet.

Please login to write comment.