Color Hex Logo

#a82dcb Color Hex

#A82DCB
(168,45,203)
0 Favorites   0 Comments

Color spaces of #a82dcb

RGB 16845203
HSL0.800.640.49
HSV287°78°80°
CMYK 0.170.780.00   0.20
XYZ27.866314.513457.8326
Yxy14.51340.27810.1448
Hunter Lab38.096563.8981-63.3381
CIE-Lab44.960469.4020-56.8657

#a82dcb color RGB value is (168,45,203).

#a82dcb hex color red value is 168, green value is 45 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a82dcb hue: 0.80 , saturation: 0.64 and the lightness value of a82dcb is 0.49.

The process color (four color CMYK) of #a82dcb color hex is 0.17, 0.78, 0.00, 0.20. Web safe color of #a82dcb is #9933cc. Color #a82dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101101 11001011
Octal 250 55 313
Decimal 168 45 203
Hex A8 2D CB

RGB Percentages of Color #a82dcb

%40.38
%10.82
%48.80

CMYK Percentages of Color #a82dcb

%17
%78
%0
%20

Triadic Colors of #a82dcb

#a82dcb #cba82d #2dcba8

Analogous Colors of #a82dcb

#a82dcb #cb2d9f #592dcb

Monochromatic Colors of #a82dcb

#a82dcb

Complementary Color

#a82dcb #50cb2d

#a82dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82dcb Color CSS Codes

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

#a82dcb Text Font Color

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

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


#a82dcb Background Color

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

This div background color is #a82dcb


#a82dcb Border Color

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

This div border color is #a82dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82dcb


Comments

No comments written yet.

Please login to write comment.