Color Hex Logo

#a41cbf Color Hex

#A41CBF
(164,28,191)
0 Favorites   0 Comments

Color spaces of #a41cbf

RGB 16428191
HSL0.810.740.43
HSV290°85°75°
CMYK 0.140.850.00   0.25
XYZ25.129112.484650.3755
Yxy12.48460.28560.1419
Hunter Lab35.333665.1149-59.7970
CIE-Lab41.976271.0124-54.7266

#a41cbf color RGB value is (164,28,191).

#a41cbf hex color red value is 164, green value is 28 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a41cbf hue: 0.81 , saturation: 0.74 and the lightness value of a41cbf is 0.43.

The process color (four color CMYK) of #a41cbf color hex is 0.14, 0.85, 0.00, 0.25. Web safe color of #a41cbf is #9933cc. Color #a41cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011100 10111111
Octal 244 34 277
Decimal 164 28 191
Hex A4 1C BF

RGB Percentages of Color #a41cbf

%42.82
%7.31
%49.87

CMYK Percentages of Color #a41cbf

%14
%85
%0
%25

Triadic Colors of #a41cbf

#a41cbf #bfa41c #1cbfa4

Analogous Colors of #a41cbf

#a41cbf #bf1c89 #531cbf

Monochromatic Colors of #a41cbf

#a41cbf

Complementary Color

#a41cbf #37bf1c

#a41cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41cbf Color CSS Codes

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

#a41cbf Text Font Color

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

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


#a41cbf Background Color

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

This div background color is #a41cbf


#a41cbf Border Color

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

This div border color is #a41cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41cbf


Comments

No comments written yet.

Please login to write comment.