Color Hex Logo

#a71be6 Color Hex

#A71BE6
(167,27,230)
0 Favorites   0 Comments

Color spaces of #a71be6

RGB 16727230
HSL0.780.800.50
HSV281°88°90°
CMYK 0.270.880.00   0.10
XYZ30.611214.712576.0893
Yxy14.71250.25210.1212
Hunter Lab38.356975.3297-90.7649
CIE-Lab45.237978.7725-71.8982

#a71be6 color RGB value is (167,27,230).

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

The process color (four color CMYK) of #a71be6 color hex is 0.27, 0.88, 0.00, 0.10. Web safe color of #a71be6 is #9933ff. Color #a71be6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011011 11100110
Octal 247 33 346
Decimal 167 27 230
Hex A7 1B E6

RGB Percentages of Color #a71be6

%39.39
%6.37
%54.25

CMYK Percentages of Color #a71be6

%27
%88
%0
%10

Triadic Colors of #a71be6

#a71be6 #e6a71b #1be6a7

Analogous Colors of #a71be6

#a71be6 #e61bc0 #411be6

Monochromatic Colors of #a71be6

#a71be6

Complementary Color

#a71be6 #5ae61b

#a71be6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71be6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71be6 Color CSS Codes

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

#a71be6 Text Font Color

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

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


#a71be6 Background Color

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

This div background color is #a71be6


#a71be6 Border Color

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

This div border color is #a71be6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,27,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71be6


Comments

No comments written yet.

Please login to write comment.