Color Hex Logo

#a44efd Color Hex

#A44EFD
(164,78,253)
0 Favorites   0 Comments

Color spaces of #a44efd

RGB 16478253
HSL0.750.980.65
HSV269°69°99°
CMYK 0.350.690.00   0.01
XYZ35.763920.433194.9875
Yxy20.43310.23660.1352
Hunter Lab45.203062.1212-92.9472
CIE-Lab52.323466.4735-73.3031

#a44efd color RGB value is (164,78,253).

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

The process color (four color CMYK) of #a44efd color hex is 0.35, 0.69, 0.00, 0.01. Web safe color of #a44efd is #9966ff. Color #a44efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001110 11111101
Octal 244 116 375
Decimal 164 78 253
Hex A4 4E FD

RGB Percentages of Color #a44efd

%33.13
%15.76
%51.11

CMYK Percentages of Color #a44efd

%35
%69
%0
%1

Triadic Colors of #a44efd

#a44efd #fda44e #4efda4

Analogous Colors of #a44efd

#a44efd #fc4efd #4e50fd

Monochromatic Colors of #a44efd

#a44efd

Complementary Color

#a44efd #a7fd4e

#a44efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44efd Color CSS Codes

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

#a44efd Text Font Color

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

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


#a44efd Background Color

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

This div background color is #a44efd


#a44efd Border Color

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

This div border color is #a44efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44efd

Related Colors


Comments

No comments written yet.

Please login to write comment.