Color Hex Logo

#a241bd Color Hex

#A241BD
(162,65,189)
0 Favorites   0 Comments

Color spaces of #a241bd

RGB 16265189
HSL0.800.490.50
HSV287°66°74°
CMYK 0.140.660.00   0.26
XYZ25.975915.136149.6966
Yxy15.13610.28610.1667
Hunter Lab38.905151.0956-48.5022
CIE-Lab45.820058.0089-47.4012

#a241bd color RGB value is (162,65,189).

#a241bd hex color red value is 162, green value is 65 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a241bd hue: 0.80 , saturation: 0.49 and the lightness value of a241bd is 0.50.

The process color (four color CMYK) of #a241bd color hex is 0.14, 0.66, 0.00, 0.26. Web safe color of #a241bd is #9933cc. Color #a241bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000001 10111101
Octal 242 101 275
Decimal 162 65 189
Hex A2 41 BD

RGB Percentages of Color #a241bd

%38.94
%15.63
%45.43

CMYK Percentages of Color #a241bd

%14
%66
%0
%26

Triadic Colors of #a241bd

#a241bd #bda241 #41bda2

Analogous Colors of #a241bd

#a241bd #bd419a #6441bd

Monochromatic Colors of #a241bd

#a241bd

Complementary Color

#a241bd #5cbd41

#a241bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a241bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a241bd Color CSS Codes

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

#a241bd Text Font Color

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

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


#a241bd Background Color

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

This div background color is #a241bd


#a241bd Border Color

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

This div border color is #a241bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a241bd


Comments

No comments written yet.

Please login to write comment.