Color Hex Logo

#a448bc Color Hex

#A448BC
(164,72,188)
0 Favorites   0 Comments

Color spaces of #a448bc

RGB 16472188
HSL0.800.460.51
HSV288°62°74°
CMYK 0.130.620.00   0.26
XYZ26.704316.158149.2883
Yxy16.15810.28980.1753
Hunter Lab40.197148.2385-44.5613
CIE-Lab47.181255.1467-44.6315

#a448bc color RGB value is (164,72,188).

#a448bc hex color red value is 164, green value is 72 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a448bc hue: 0.80 , saturation: 0.46 and the lightness value of a448bc is 0.51.

The process color (four color CMYK) of #a448bc color hex is 0.13, 0.62, 0.00, 0.26. Web safe color of #a448bc is #9933cc. Color #a448bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001000 10111100
Octal 244 110 274
Decimal 164 72 188
Hex A4 48 BC

RGB Percentages of Color #a448bc

%38.68
%16.98
%44.34

CMYK Percentages of Color #a448bc

%13
%62
%0
%26

Triadic Colors of #a448bc

#a448bc #bca448 #48bca4

Analogous Colors of #a448bc

#a448bc #bc489a #6a48bc

Monochromatic Colors of #a448bc

#a448bc

Complementary Color

#a448bc #60bc48

#a448bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a448bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a448bc Color CSS Codes

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

#a448bc Text Font Color

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

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


#a448bc Background Color

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

This div background color is #a448bc


#a448bc Border Color

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

This div border color is #a448bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,72,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a448bc


Comments

No comments written yet.

Please login to write comment.