Color Hex Logo

#a751bf Color Hex

#A751BF
(167,81,191)
0 Favorites   0 Comments

Color spaces of #a751bf

RGB 16781191
HSL0.800.460.53
HSV287°58°75°
CMYK 0.130.580.00   0.25
XYZ28.282717.861951.2472
Yxy17.86190.29040.1834
Hunter Lab42.263345.4917-42.3089
CIE-Lab49.328252.2216-42.9379

#a751bf color RGB value is (167,81,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010001 10111111
Octal 247 121 277
Decimal 167 81 191
Hex A7 51 BF

RGB Percentages of Color #a751bf

%38.04
%18.45
%43.51

CMYK Percentages of Color #a751bf

%13
%58
%0
%25

Triadic Colors of #a751bf

#a751bf #bfa751 #51bfa7

Analogous Colors of #a751bf

#a751bf #bf51a0 #7051bf

Monochromatic Colors of #a751bf

#a751bf

Complementary Color

#a751bf #69bf51

#a751bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a751bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a751bf Color CSS Codes

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

#a751bf Text Font Color

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

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


#a751bf Background Color

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

This div background color is #a751bf


#a751bf Border Color

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

This div border color is #a751bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a751bf


Comments

No comments written yet.

Please login to write comment.