Color Hex Logo

#a865b5 Color Hex

#A865B5
(168,101,181)
0 Favorites   0 Comments

Color spaces of #a865b5

RGB 168101181
HSL0.810.350.55
HSV290°44°71°
CMYK 0.070.440.00   0.29
XYZ29.142620.968446.2274
Yxy20.96840.30250.2177
Hunter Lab45.791333.4667-27.8008
CIE-Lab52.914940.1109-31.4988

#a865b5 color RGB value is (168,101,181).

#a865b5 hex color red value is 168, green value is 101 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a865b5 hue: 0.81 , saturation: 0.35 and the lightness value of a865b5 is 0.55.

The process color (four color CMYK) of #a865b5 color hex is 0.07, 0.44, 0.00, 0.29. Web safe color of #a865b5 is #9966cc. Color #a865b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 10110101
Octal 250 145 265
Decimal 168 101 181
Hex A8 65 B5

RGB Percentages of Color #a865b5

%37.33
%22.44
%40.22

CMYK Percentages of Color #a865b5

%7
%44
%0
%29

Triadic Colors of #a865b5

#a865b5 #b5a865 #65b5a8

Analogous Colors of #a865b5

#a865b5 #b5659a #8065b5

Monochromatic Colors of #a865b5

#a865b5

Complementary Color

#a865b5 #72b565

#a865b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a865b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a865b5 Color CSS Codes

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

#a865b5 Text Font Color

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

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


#a865b5 Background Color

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

This div background color is #a865b5


#a865b5 Border Color

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

This div border color is #a865b5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,101,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a865b5


Comments

No comments written yet.

Please login to write comment.