Color Hex Logo

#a241be Color Hex

#A241BE
(162,65,190)
0 Favorites   0 Comments

Color spaces of #a241be

RGB 16265190
HSL0.800.490.50
HSV287°66°75°
CMYK 0.150.660.00   0.25
XYZ26.084915.179750.2703
Yxy15.17970.28500.1658
Hunter Lab38.961151.3257-49.2272
CIE-Lab45.879358.2065-47.8893

#a241be color RGB value is (162,65,190).

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

The process color (four color CMYK) of #a241be color hex is 0.15, 0.66, 0.00, 0.25. Web safe color of #a241be is #9933cc. Color #a241be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000001 10111110
Octal 242 101 276
Decimal 162 65 190
Hex A2 41 BE

RGB Percentages of Color #a241be

%38.85
%15.59
%45.56

CMYK Percentages of Color #a241be

%15
%66
%0
%25

Triadic Colors of #a241be

#a241be #bea241 #41bea2

Analogous Colors of #a241be

#a241be #be419c #6441be

Monochromatic Colors of #a241be

#a241be

Complementary Color

#a241be #5dbe41

#a241be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a241be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a241be Color CSS Codes

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

#a241be Text Font Color

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

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


#a241be Background Color

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

This div background color is #a241be


#a241be Border Color

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

This div border color is #a241be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a241be


Comments

No comments written yet.

Please login to write comment.