Color Hex Logo

#a44bff Color Hex

#A44BFF
(164,75,255)
0 Favorites   0 Comments

Color spaces of #a44bff

RGB 16475255
HSL0.751.000.65
HSV270°71°100°
CMYK 0.360.710.00   0.00
XYZ35.875920.144796.6052
Yxy20.14470.23510.1320
Hunter Lab44.882864.1342-96.1970
CIE-Lab52.000468.2420-74.9388

#a44bff color RGB value is (164,75,255).

#a44bff hex color red value is 164, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a44bff hue: 0.75 , saturation: 1.00 and the lightness value of a44bff is 0.65.

The process color (four color CMYK) of #a44bff color hex is 0.36, 0.71, 0.00, 0.00. Web safe color of #a44bff is #9933ff. Color #a44bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001011 11111111
Octal 244 113 377
Decimal 164 75 255
Hex A4 4B FF

RGB Percentages of Color #a44bff

%33.20
%15.18
%51.62

CMYK Percentages of Color #a44bff

%36
%71
%0
%0

Triadic Colors of #a44bff

#a44bff #ffa44b #4bffa4

Analogous Colors of #a44bff

#a44bff #fe4bff #4b4cff

Monochromatic Colors of #a44bff

#a44bff

Complementary Color

#a44bff #a6ff4b

#a44bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44bff Color CSS Codes

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

#a44bff Text Font Color

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

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


#a44bff Background Color

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

This div background color is #a44bff


#a44bff Border Color

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

This div border color is #a44bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44bff

Related Colors


Comments

No comments written yet.

Please login to write comment.