Color Hex Logo

#a41baf Color Hex

#A41BAF
(164,27,175)
0 Favorites   0 Comments

Color spaces of #a41baf

RGB 16427175
HSL0.820.730.40
HSV296°85°69°
CMYK 0.060.850.00   0.31
XYZ23.439611.771541.5942
Yxy11.77150.30520.1533
Hunter Lab34.309661.9056-47.8617
CIE-Lab40.850668.5045-47.0995

#a41baf color RGB value is (164,27,175).

#a41baf hex color red value is 164, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a41baf hue: 0.82 , saturation: 0.73 and the lightness value of a41baf is 0.40.

The process color (four color CMYK) of #a41baf color hex is 0.06, 0.85, 0.00, 0.31. Web safe color of #a41baf is #993399. Color #a41baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011011 10101111
Octal 244 33 257
Decimal 164 27 175
Hex A4 1B AF

RGB Percentages of Color #a41baf

%44.81
%7.38
%47.81

CMYK Percentages of Color #a41baf

%6
%85
%0
%31

Triadic Colors of #a41baf

#a41baf #afa41b #1bafa4

Analogous Colors of #a41baf

#a41baf #af1b70 #5a1baf

Monochromatic Colors of #a41baf

#a41baf

Complementary Color

#a41baf #26af1b

#a41baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41baf Color CSS Codes

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

#a41baf Text Font Color

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

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


#a41baf Background Color

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

This div background color is #a41baf


#a41baf Border Color

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

This div border color is #a41baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41baf


Comments

No comments written yet.

Please login to write comment.