Color Hex Logo

#a42bef Color Hex

#A42BEF
(164,43,239)
0 Favorites   0 Comments

Color spaces of #a42bef

RGB 16443239
HSL0.770.860.55
HSV277°82°94°
CMYK 0.310.820.00   0.06
XYZ31.753715.852383.0475
Yxy15.85230.24300.1213
Hunter Lab39.814972.6833-95.7988
CIE-Lab46.780176.3368-74.4922

#a42bef color RGB value is (164,43,239).

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

The process color (four color CMYK) of #a42bef color hex is 0.31, 0.82, 0.00, 0.06. Web safe color of #a42bef is #9933ff. Color #a42bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101011 11101111
Octal 244 53 357
Decimal 164 43 239
Hex A4 2B EF

RGB Percentages of Color #a42bef

%36.77
%9.64
%53.59

CMYK Percentages of Color #a42bef

%31
%82
%0
%6

Triadic Colors of #a42bef

#a42bef #efa42b #2befa4

Analogous Colors of #a42bef

#a42bef #ef2bd8 #422bef

Monochromatic Colors of #a42bef

#a42bef

Complementary Color

#a42bef #76ef2b

#a42bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42bef Color CSS Codes

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

#a42bef Text Font Color

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

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


#a42bef Background Color

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

This div background color is #a42bef


#a42bef Border Color

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

This div border color is #a42bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42bef


Comments

No comments written yet.

Please login to write comment.