Color Hex Logo

#a42bea Color Hex

#A42BEA
(164,43,234)
0 Favorites   0 Comments

Color spaces of #a42bea

RGB 16443234
HSL0.770.820.54
HSV278°82°92°
CMYK 0.300.820.00   0.08
XYZ31.025015.560879.2102
Yxy15.56080.24660.1237
Hunter Lab39.447271.3567-91.4417
CIE-Lab46.392975.3313-72.3008

#a42bea color RGB value is (164,43,234).

#a42bea hex color red value is 164, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a42bea hue: 0.77 , saturation: 0.82 and the lightness value of a42bea is 0.54.

The process color (four color CMYK) of #a42bea color hex is 0.30, 0.82, 0.00, 0.08. Web safe color of #a42bea is #9933ff. Color #a42bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101011 11101010
Octal 244 53 352
Decimal 164 43 234
Hex A4 2B EA

RGB Percentages of Color #a42bea

%37.19
%9.75
%53.06

CMYK Percentages of Color #a42bea

%30
%82
%0
%8

Triadic Colors of #a42bea

#a42bea #eaa42b #2beaa4

Analogous Colors of #a42bea

#a42bea #ea2bd1 #452bea

Monochromatic Colors of #a42bea

#a42bea

Complementary Color

#a42bea #71ea2b

#a42bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42bea Color CSS Codes

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

#a42bea Text Font Color

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

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


#a42bea Background Color

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

This div background color is #a42bea


#a42bea Border Color

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

This div border color is #a42bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42bea


Comments

No comments written yet.

Please login to write comment.