Color Hex Logo

#a705be Color Hex

#A705BE
(167,5,190)
0 Favorites   0 Comments

Color spaces of #a705be

RGB 1675190
HSL0.810.950.38
HSV293°97°75°
CMYK 0.120.970.00   0.25
XYZ25.284912.041749.7068
Yxy12.04170.29050.1384
Hunter Lab34.701269.3365-60.6377
CIE-Lab41.282374.6650-55.2354

#a705be color RGB value is (167,5,190).

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

The process color (four color CMYK) of #a705be color hex is 0.12, 0.97, 0.00, 0.25. Web safe color of #a705be is #9900cc. Color #a705be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000101 10111110
Octal 247 5 276
Decimal 167 5 190
Hex A7 5 BE

RGB Percentages of Color #a705be

%46.13
%1.38
%52.49

CMYK Percentages of Color #a705be

%12
%97
%0
%25

Triadic Colors of #a705be

#a705be #bea705 #05bea7

Analogous Colors of #a705be

#a705be #be0579 #4b05be

Monochromatic Colors of #a705be

#a705be

Complementary Color

#a705be #1cbe05

#a705be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a705be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a705be Color CSS Codes

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

#a705be Text Font Color

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

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


#a705be Background Color

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

This div background color is #a705be


#a705be Border Color

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

This div border color is #a705be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a705be


Comments

No comments written yet.

Please login to write comment.