Color Hex Logo

#a548bf Color Hex

#A548BF
(165,72,191)
0 Favorites   0 Comments

Color spaces of #a548bf

RGB 16572191
HSL0.800.480.52
HSV287°62°75°
CMYK 0.140.620.00   0.25
XYZ27.238416.395751.0193
Yxy16.39570.28780.1732
Hunter Lab40.491649.2153-46.3611
CIE-Lab47.489455.9872-45.8772

#a548bf color RGB value is (165,72,191).

#a548bf hex color red value is 165, green value is 72 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a548bf hue: 0.80 , saturation: 0.48 and the lightness value of a548bf is 0.52.

The process color (four color CMYK) of #a548bf color hex is 0.14, 0.62, 0.00, 0.25. Web safe color of #a548bf is #9933cc. Color #a548bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001000 10111111
Octal 245 110 277
Decimal 165 72 191
Hex A5 48 BF

RGB Percentages of Color #a548bf

%38.55
%16.82
%44.63

CMYK Percentages of Color #a548bf

%14
%62
%0
%25

Triadic Colors of #a548bf

#a548bf #bfa548 #48bfa5

Analogous Colors of #a548bf

#a548bf #bf489e #6a48bf

Monochromatic Colors of #a548bf

#a548bf

Complementary Color

#a548bf #62bf48

#a548bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a548bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a548bf Color CSS Codes

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

#a548bf Text Font Color

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

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


#a548bf Background Color

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

This div background color is #a548bf


#a548bf Border Color

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

This div border color is #a548bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a548bf


Comments

No comments written yet.

Please login to write comment.