Color Hex Logo

#a705bb Color Hex

#A705BB
(167,5,187)
0 Favorites   0 Comments

Color spaces of #a705bb

RGB 1675187
HSL0.820.950.38
HSV293°97°73°
CMYK 0.110.970.00   0.27
XYZ24.960311.911947.9974
Yxy11.91190.29410.1404
Hunter Lab34.513668.6926-58.2939
CIE-Lab41.075874.1733-53.8056

#a705bb color RGB value is (167,5,187).

#a705bb hex color red value is 167, green value is 5 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a705bb hue: 0.82 , saturation: 0.95 and the lightness value of a705bb is 0.38.

The process color (four color CMYK) of #a705bb color hex is 0.11, 0.97, 0.00, 0.27. Web safe color of #a705bb is #9900cc. Color #a705bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000101 10111011
Octal 247 5 273
Decimal 167 5 187
Hex A7 5 BB

RGB Percentages of Color #a705bb

%46.52
%1.39
%52.09

CMYK Percentages of Color #a705bb

%11
%97
%0
%27

Triadic Colors of #a705bb

#a705bb #bba705 #05bba7

Analogous Colors of #a705bb

#a705bb #bb0574 #4c05bb

Monochromatic Colors of #a705bb

#a705bb

Complementary Color

#a705bb #19bb05

#a705bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a705bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a705bb Color CSS Codes

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

#a705bb Text Font Color

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

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


#a705bb Background Color

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

This div background color is #a705bb


#a705bb Border Color

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

This div border color is #a705bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,5,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a705bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a705bb;
  -webkit-box-shadow: 1px 1px 3px 2px #a705bb;
  box-shadow:         1px 1px 3px 2px #a705bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,5,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a705bb


Comments

No comments written yet.

Please login to write comment.