Color Hex Logo

#a083cd Color Hex

#A083CD
(160,131,205)
0 Favorites   0 Comments

Color spaces of #a083cd

RGB 160131205
HSL0.730.430.66
HSV264°36°80°
CMYK 0.220.360.00   0.20
XYZ33.632928.114061.4115
Yxy28.11400.27310.2283
Hunter Lab53.022620.4351-31.5546
CIE-Lab59.991626.1041-34.2243

#a083cd color RGB value is (160,131,205).

#a083cd hex color red value is 160, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a083cd hue: 0.73 , saturation: 0.43 and the lightness value of a083cd is 0.66.

The process color (four color CMYK) of #a083cd color hex is 0.22, 0.36, 0.00, 0.20. Web safe color of #a083cd is #9999cc. Color #a083cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000011 11001101
Octal 240 203 315
Decimal 160 131 205
Hex A0 83 CD

RGB Percentages of Color #a083cd

%32.26
%26.41
%41.33

CMYK Percentages of Color #a083cd

%22
%36
%0
%20

Triadic Colors of #a083cd

#a083cd #cda083 #83cda0

Analogous Colors of #a083cd

#a083cd #c583cd #838bcd

Monochromatic Colors of #a083cd

#a083cd

Complementary Color

#a083cd #b0cd83

#a083cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a083cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a083cd Color CSS Codes

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

#a083cd Text Font Color

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

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


#a083cd Background Color

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

This div background color is #a083cd


#a083cd Border Color

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

This div border color is #a083cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a083cd


Comments

No comments written yet.

Please login to write comment.