Color Hex Logo

#a755bf Color Hex

#A755BF
(167,85,191)
0 Favorites   0 Comments

Color spaces of #a755bf

RGB 16785191
HSL0.800.450.54
HSV286°55°75°
CMYK 0.130.550.00   0.25
XYZ28.588818.474151.3493
Yxy18.47410.29050.1877
Hunter Lab42.981543.5102-40.7457
CIE-Lab50.066250.2406-41.7688

#a755bf color RGB value is (167,85,191).

#a755bf hex color red value is 167, green value is 85 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a755bf hue: 0.80 , saturation: 0.45 and the lightness value of a755bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010101 10111111
Octal 247 125 277
Decimal 167 85 191
Hex A7 55 BF

RGB Percentages of Color #a755bf

%37.70
%19.19
%43.12

CMYK Percentages of Color #a755bf

%13
%55
%0
%25

Triadic Colors of #a755bf

#a755bf #bfa755 #55bfa7

Analogous Colors of #a755bf

#a755bf #bf55a2 #7255bf

Monochromatic Colors of #a755bf

#a755bf

Complementary Color

#a755bf #6dbf55

#a755bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a755bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a755bf Color CSS Codes

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

#a755bf Text Font Color

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

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


#a755bf Background Color

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

This div background color is #a755bf


#a755bf Border Color

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

This div border color is #a755bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a755bf


Comments

No comments written yet.

Please login to write comment.