Color Hex Logo

#a44bfd Color Hex

#A44BFD
(164,75,253)
0 Favorites   0 Comments

Color spaces of #a44bfd

RGB 16475253
HSL0.750.980.64
HSV270°70°99°
CMYK 0.350.700.00   0.01
XYZ35.555520.016594.9181
Yxy20.01650.23630.1330
Hunter Lab44.739863.5624-94.4693
CIE-Lab51.855967.7862-74.0627

#a44bfd color RGB value is (164,75,253).

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

The process color (four color CMYK) of #a44bfd color hex is 0.35, 0.70, 0.00, 0.01. Web safe color of #a44bfd is #9933ff. Color #a44bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001011 11111101
Octal 244 113 375
Decimal 164 75 253
Hex A4 4B FD

RGB Percentages of Color #a44bfd

%33.33
%15.24
%51.42

CMYK Percentages of Color #a44bfd

%35
%70
%0
%1

Triadic Colors of #a44bfd

#a44bfd #fda44b #4bfda4

Analogous Colors of #a44bfd

#a44bfd #fd4bfd #4b4bfd

Monochromatic Colors of #a44bfd

#a44bfd

Complementary Color

#a44bfd #a4fd4b

#a44bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44bfd Color CSS Codes

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

#a44bfd Text Font Color

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

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


#a44bfd Background Color

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

This div background color is #a44bfd


#a44bfd Border Color

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

This div border color is #a44bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44bfd


Comments

No comments written yet.

Please login to write comment.