Color Hex Logo

#a871ec Color Hex

#A871EC
(168,113,236)
0 Favorites   0 Comments

Color spaces of #a871ec

RGB 168113236
HSL0.740.760.68
HSV267°52°93°
CMYK 0.290.520.00   0.07
XYZ37.193926.191282.4520
Yxy26.19120.25500.1796
Hunter Lab51.177340.1672-59.6982
CIE-Lab58.218145.8136-54.3337

#a871ec color RGB value is (168,113,236).

#a871ec hex color red value is 168, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a871ec hue: 0.74 , saturation: 0.76 and the lightness value of a871ec is 0.68.

The process color (four color CMYK) of #a871ec color hex is 0.29, 0.52, 0.00, 0.07. Web safe color of #a871ec is #9966ff. Color #a871ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110001 11101100
Octal 250 161 354
Decimal 168 113 236
Hex A8 71 EC

RGB Percentages of Color #a871ec

%32.50
%21.86
%45.65

CMYK Percentages of Color #a871ec

%29
%52
%0
%7

Triadic Colors of #a871ec

#a871ec #eca871 #71eca8

Analogous Colors of #a871ec

#a871ec #e671ec #7178ec

Monochromatic Colors of #a871ec

#a871ec

Complementary Color

#a871ec #b5ec71

#a871ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a871ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a871ec Color CSS Codes

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

#a871ec Text Font Color

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

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


#a871ec Background Color

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

This div background color is #a871ec


#a871ec Border Color

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

This div border color is #a871ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,113,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a871ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a871ec;
  -webkit-box-shadow: 1px 1px 3px 2px #a871ec;
  box-shadow:         1px 1px 3px 2px #a871ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,113,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a871ec


Comments

No comments written yet.

Please login to write comment.