Color Hex Logo

#a183be Color Hex

#A183BE
(161,131,190)
0 Favorites   0 Comments

Color spaces of #a183be

RGB 161131190
HSL0.750.310.63
HSV271°31°75°
CMYK 0.150.310.00   0.25
XYZ32.108527.527452.3362
Yxy27.52740.28680.2458
Hunter Lab52.466617.4220-22.4161
CIE-Lab59.459322.9723-26.5646

#a183be color RGB value is (161,131,190).

#a183be hex color red value is 161, green value is 131 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a183be hue: 0.75 , saturation: 0.31 and the lightness value of a183be is 0.63.

The process color (four color CMYK) of #a183be color hex is 0.15, 0.31, 0.00, 0.25. Web safe color of #a183be is #9999cc. Color #a183be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000011 10111110
Octal 241 203 276
Decimal 161 131 190
Hex A1 83 BE

RGB Percentages of Color #a183be

%33.40
%27.18
%39.42

CMYK Percentages of Color #a183be

%15
%31
%0
%25

Triadic Colors of #a183be

#a183be #bea183 #83bea1

Analogous Colors of #a183be

#a183be #be83be #8483be

Monochromatic Colors of #a183be

#a183be

Complementary Color

#a183be #a0be83

#a183be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a183be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a183be Color CSS Codes

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

#a183be Text Font Color

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

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


#a183be Background Color

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

This div background color is #a183be


#a183be Border Color

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

This div border color is #a183be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a183be


Comments

No comments written yet.

Please login to write comment.