Color Hex Logo

#a082cb Color Hex

#A082CB
(160,130,203)
0 Favorites   0 Comments

Color spaces of #a082cb

RGB 160130203
HSL0.740.410.65
HSV265°36°80°
CMYK 0.210.360.00   0.20
XYZ33.259327.750660.1034
Yxy27.75060.27460.2291
Hunter Lab52.678820.5098-30.7712
CIE-Lab59.662726.2072-33.6096

#a082cb color RGB value is (160,130,203).

#a082cb hex color red value is 160, green value is 130 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a082cb hue: 0.74 , saturation: 0.41 and the lightness value of a082cb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 11001011
Octal 240 202 313
Decimal 160 130 203
Hex A0 82 CB

RGB Percentages of Color #a082cb

%32.45
%26.37
%41.18

CMYK Percentages of Color #a082cb

%21
%36
%0
%20

Triadic Colors of #a082cb

#a082cb #cba082 #82cba0

Analogous Colors of #a082cb

#a082cb #c582cb #8289cb

Monochromatic Colors of #a082cb

#a082cb

Complementary Color

#a082cb #adcb82

#a082cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a082cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a082cb Color CSS Codes

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

#a082cb Text Font Color

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

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


#a082cb Background Color

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

This div background color is #a082cb


#a082cb Border Color

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

This div border color is #a082cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a082cb


Comments

No comments written yet.

Please login to write comment.