Color Hex Logo

#a24bed Color Hex

#A24BED
(162,75,237)
0 Favorites   0 Comments

Color spaces of #a24bed

RGB 16275237
HSL0.760.820.61
HSV272°68°93°
CMYK 0.320.680.00   0.07
XYZ32.702418.828082.0313
Yxy18.82800.24480.1410
Hunter Lab43.391258.5943-81.7141
CIE-Lab50.485463.7872-67.3554

#a24bed color RGB value is (162,75,237).

#a24bed hex color red value is 162, green value is 75 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a24bed hue: 0.76 , saturation: 0.82 and the lightness value of a24bed is 0.61.

The process color (four color CMYK) of #a24bed color hex is 0.32, 0.68, 0.00, 0.07. Web safe color of #a24bed is #9933ff. Color #a24bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001011 11101101
Octal 242 113 355
Decimal 162 75 237
Hex A2 4B ED

RGB Percentages of Color #a24bed

%34.18
%15.82
%50.00

CMYK Percentages of Color #a24bed

%32
%68
%0
%7

Triadic Colors of #a24bed

#a24bed #eda24b #4beda2

Analogous Colors of #a24bed

#a24bed #ed4be7 #514bed

Monochromatic Colors of #a24bed

#a24bed

Complementary Color

#a24bed #96ed4b

#a24bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24bed Color CSS Codes

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

#a24bed Text Font Color

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

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


#a24bed Background Color

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

This div background color is #a24bed


#a24bed Border Color

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

This div border color is #a24bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24bed


Comments

No comments written yet.

Please login to write comment.