Color Hex Logo

#a65285 Color Hex

#A65285
(166,82,133)
0 Favorites   0 Comments

Color spaces of #a65285

RGB 16682133
HSL0.900.340.49
HSV324°51°65°
CMYK 0.000.510.20   0.35
XYZ22.976815.835024.0358
Yxy15.83500.36560.2520
Hunter Lab39.793233.4287-7.9569
CIE-Lab46.757340.9675-12.6709

#a65285 color RGB value is (166,82,133).

#a65285 hex color red value is 166, green value is 82 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a65285 hue: 0.90 , saturation: 0.34 and the lightness value of a65285 is 0.49.

The process color (four color CMYK) of #a65285 color hex is 0.00, 0.51, 0.20, 0.35. Web safe color of #a65285 is #996699. Color #a65285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 10000101
Octal 246 122 205
Decimal 166 82 133
Hex A6 52 85

RGB Percentages of Color #a65285

%43.57
%21.52
%34.91

CMYK Percentages of Color #a65285

%0
%51
%20
%35

Triadic Colors of #a65285

#a65285 #85a652 #5285a6

Analogous Colors of #a65285

#a65285 #a6525b #9d52a6

Monochromatic Colors of #a65285

#a65285

Complementary Color

#a65285 #52a673

#a65285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65285 Color CSS Codes

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

#a65285 Text Font Color

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

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


#a65285 Background Color

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

This div background color is #a65285


#a65285 Border Color

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

This div border color is #a65285


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,82,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a65285; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a65285;
  -webkit-box-shadow: 1px 1px 3px 2px #a65285;
  box-shadow:         1px 1px 3px 2px #a65285; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,82,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65285


Comments

No comments written yet.

Please login to write comment.