Color Hex Logo

#a183bc Color Hex

#A183BC
(161,131,188)
0 Favorites   0 Comments

Color spaces of #a183bc

RGB 161131188
HSL0.750.300.63
HSV272°30°74°
CMYK 0.140.300.00   0.26
XYZ31.891327.440551.1926
Yxy27.44050.28850.2483
Hunter Lab52.383716.9998-21.2733
CIE-Lab59.379922.5280-25.5521

#a183bc color RGB value is (161,131,188).

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

The process color (four color CMYK) of #a183bc color hex is 0.14, 0.30, 0.00, 0.26. Web safe color of #a183bc is #9999cc. Color #a183bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000011 10111100
Octal 241 203 274
Decimal 161 131 188
Hex A1 83 BC

RGB Percentages of Color #a183bc

%33.54
%27.29
%39.17

CMYK Percentages of Color #a183bc

%14
%30
%0
%26

Triadic Colors of #a183bc

#a183bc #bca183 #83bca1

Analogous Colors of #a183bc

#a183bc #bc83bb #8583bc

Monochromatic Colors of #a183bc

#a183bc

Complementary Color

#a183bc #9ebc83

#a183bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a183bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a183bc Color CSS Codes

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

#a183bc Text Font Color

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

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


#a183bc Background Color

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

This div background color is #a183bc


#a183bc Border Color

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

This div border color is #a183bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a183bc


Comments

No comments written yet.

Please login to write comment.