Color Hex Logo

#a71bef Color Hex

#A71BEF
(167,27,239)
0 Favorites   0 Comments

Color spaces of #a71bef

RGB 16727239
HSL0.780.870.52
HSV280°89°94°
CMYK 0.300.890.00   0.06
XYZ31.908315.231482.9195
Yxy15.23140.24530.1171
Hunter Lab39.027477.6412-98.6511
CIE-Lab45.949580.4791-75.8303

#a71bef color RGB value is (167,27,239).

#a71bef hex color red value is 167, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a71bef hue: 0.78 , saturation: 0.87 and the lightness value of a71bef is 0.52.

The process color (four color CMYK) of #a71bef color hex is 0.30, 0.89, 0.00, 0.06. Web safe color of #a71bef is #9933ff. Color #a71bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011011 11101111
Octal 247 33 357
Decimal 167 27 239
Hex A7 1B EF

RGB Percentages of Color #a71bef

%38.57
%6.24
%55.20

CMYK Percentages of Color #a71bef

%30
%89
%0
%6

Triadic Colors of #a71bef

#a71bef #efa71b #1befa7

Analogous Colors of #a71bef

#a71bef #ef1bcd #3d1bef

Monochromatic Colors of #a71bef

#a71bef

Complementary Color

#a71bef #63ef1b

#a71bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71bef Color CSS Codes

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

#a71bef Text Font Color

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

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


#a71bef Background Color

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

This div background color is #a71bef


#a71bef Border Color

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

This div border color is #a71bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,27,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 #a71bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71bef


Comments

No comments written yet.

Please login to write comment.