Color Hex Logo

#a65fbe Color Hex

#A65FBE
(166,95,190)
0 Favorites   0 Comments

Color spaces of #a65fbe

RGB 16695190
HSL0.790.420.56
HSV285°50°75°
CMYK 0.130.500.00   0.25
XYZ29.112420.009151.0430
Yxy20.00910.29060.1998
Hunter Lab44.731537.8921-36.3435
CIE-Lab51.847544.5952-38.3873

#a65fbe color RGB value is (166,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011111 10111110
Octal 246 137 276
Decimal 166 95 190
Hex A6 5F BE

RGB Percentages of Color #a65fbe

%36.81
%21.06
%42.13

CMYK Percentages of Color #a65fbe

%13
%50
%0
%25

Triadic Colors of #a65fbe

#a65fbe #bea65f #5fbea6

Analogous Colors of #a65fbe

#a65fbe #be5fa7 #775fbe

Monochromatic Colors of #a65fbe

#a65fbe

Complementary Color

#a65fbe #77be5f

#a65fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65fbe Color CSS Codes

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

#a65fbe Text Font Color

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

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


#a65fbe Background Color

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

This div background color is #a65fbe


#a65fbe Border Color

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

This div border color is #a65fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65fbe


Comments

No comments written yet.

Please login to write comment.