Color Hex Logo

#a241b4 Color Hex

#A241B4
(162,65,180)
0 Favorites   0 Comments

Color spaces of #a241b4

RGB 16265180
HSL0.810.470.48
HSV291°64°71°
CMYK 0.100.640.00   0.29
XYZ25.028814.757344.7093
Yxy14.75730.29620.1747
Hunter Lab38.415249.0720-42.1136
CIE-Lab45.300056.2581-42.9642

#a241b4 color RGB value is (162,65,180).

#a241b4 hex color red value is 162, green value is 65 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a241b4 hue: 0.81 , saturation: 0.47 and the lightness value of a241b4 is 0.48.

The process color (four color CMYK) of #a241b4 color hex is 0.10, 0.64, 0.00, 0.29. Web safe color of #a241b4 is #9933cc. Color #a241b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000001 10110100
Octal 242 101 264
Decimal 162 65 180
Hex A2 41 B4

RGB Percentages of Color #a241b4

%39.80
%15.97
%44.23

CMYK Percentages of Color #a241b4

%10
%64
%0
%29

Triadic Colors of #a241b4

#a241b4 #b4a241 #41b4a2

Analogous Colors of #a241b4

#a241b4 #b4418d #6941b4

Monochromatic Colors of #a241b4

#a241b4

Complementary Color

#a241b4 #53b441

#a241b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a241b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a241b4 Color CSS Codes

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

#a241b4 Text Font Color

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

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


#a241b4 Background Color

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

This div background color is #a241b4


#a241b4 Border Color

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

This div border color is #a241b4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,65,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a241b4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a241b4;
  -webkit-box-shadow: 1px 1px 3px 2px #a241b4;
  box-shadow:         1px 1px 3px 2px #a241b4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,65,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a241b4


Comments

No comments written yet.

Please login to write comment.