Color Hex Logo

#a65cbe Color Hex

#A65CBE
(166,92,190)
0 Favorites   0 Comments

Color spaces of #a65cbe

RGB 16692190
HSL0.790.430.55
HSV285°52°75°
CMYK 0.130.520.00   0.25
XYZ28.847319.479050.9546
Yxy19.47900.29060.1962
Hunter Lab44.135039.4339-37.5568
CIE-Lab51.243046.1748-39.3399

#a65cbe color RGB value is (166,92,190).

#a65cbe hex color red value is 166, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a65cbe hue: 0.79 , saturation: 0.43 and the lightness value of a65cbe is 0.55.

The process color (four color CMYK) of #a65cbe color hex is 0.13, 0.52, 0.00, 0.25. Web safe color of #a65cbe is #9966cc. Color #a65cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011100 10111110
Octal 246 134 276
Decimal 166 92 190
Hex A6 5C BE

RGB Percentages of Color #a65cbe

%37.05
%20.54
%42.41

CMYK Percentages of Color #a65cbe

%13
%52
%0
%25

Triadic Colors of #a65cbe

#a65cbe #bea65c #5cbea6

Analogous Colors of #a65cbe

#a65cbe #be5ca5 #755cbe

Monochromatic Colors of #a65cbe

#a65cbe

Complementary Color

#a65cbe #74be5c

#a65cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65cbe Color CSS Codes

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

#a65cbe Text Font Color

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

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


#a65cbe Background Color

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

This div background color is #a65cbe


#a65cbe Border Color

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

This div border color is #a65cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65cbe


Comments

No comments written yet.

Please login to write comment.