Color Hex Logo

#a41bfd Color Hex

#A41BFD
(164,27,253)
0 Favorites   0 Comments

Color spaces of #a41bfd

RGB 16427253
HSL0.770.980.55
HSV276°89°99°
CMYK 0.350.890.00   0.01
XYZ33.431415.768294.2100
Yxy15.76820.23310.1100
Hunter Lab39.709280.7891-112.8690
CIE-Lab46.668982.8218-82.5294

#a41bfd color RGB value is (164,27,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011011 11111101
Octal 244 33 375
Decimal 164 27 253
Hex A4 1B FD

RGB Percentages of Color #a41bfd

%36.94
%6.08
%56.98

CMYK Percentages of Color #a41bfd

%35
%89
%0
%1

Triadic Colors of #a41bfd

#a41bfd #fda41b #1bfda4

Analogous Colors of #a41bfd

#a41bfd #fd1be5 #331bfd

Monochromatic Colors of #a41bfd

#a41bfd

Complementary Color

#a41bfd #74fd1b

#a41bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41bfd Color CSS Codes

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

#a41bfd Text Font Color

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

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


#a41bfd Background Color

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

This div background color is #a41bfd


#a41bfd Border Color

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

This div border color is #a41bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41bfd


Comments

No comments written yet.

Please login to write comment.