Color Hex Logo

#a65085 Color Hex

#A65085
(166,80,133)
0 Favorites   0 Comments

Color spaces of #a65085

RGB 16680133
HSL0.900.350.48
HSV323°52°65°
CMYK 0.000.520.20   0.35
XYZ22.828215.537823.9862
Yxy15.53780.36610.2492
Hunter Lab39.418034.3934-8.4859
CIE-Lab46.362241.9976-13.2689

#a65085 color RGB value is (166,80,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 10000101
Octal 246 120 205
Decimal 166 80 133
Hex A6 50 85

RGB Percentages of Color #a65085

%43.80
%21.11
%35.09

CMYK Percentages of Color #a65085

%0
%52
%20
%35

Triadic Colors of #a65085

#a65085 #85a650 #5085a6

Analogous Colors of #a65085

#a65085 #a6505a #9c50a6

Monochromatic Colors of #a65085

#a65085

Complementary Color

#a65085 #50a671

#a65085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65085 Color CSS Codes

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

#a65085 Text Font Color

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

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


#a65085 Background Color

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

This div background color is #a65085


#a65085 Border Color

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

This div border color is #a65085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65085


Comments

No comments written yet.

Please login to write comment.