Color Hex Logo

#a87fec Color Hex

#A87FEC
(168,127,236)
0 Favorites   0 Comments

Color spaces of #a87fec

RGB 168127236
HSL0.730.740.71
HSV263°46°93°
CMYK 0.290.460.00   0.07
XYZ38.878129.559783.0134
Yxy29.55970.25670.1952
Hunter Lab54.368832.4964-52.4691
CIE-Lab61.272438.0872-49.4804

#a87fec color RGB value is (168,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111111 11101100
Octal 250 177 354
Decimal 168 127 236
Hex A8 7F EC

RGB Percentages of Color #a87fec

%31.64
%23.92
%44.44

CMYK Percentages of Color #a87fec

%29
%46
%0
%7

Triadic Colors of #a87fec

#a87fec #eca87f #7feca8

Analogous Colors of #a87fec

#a87fec #df7fec #7f8dec

Monochromatic Colors of #a87fec

#a87fec

Complementary Color

#a87fec #c3ec7f

#a87fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87fec Color CSS Codes

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

#a87fec Text Font Color

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

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


#a87fec Background Color

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

This div background color is #a87fec


#a87fec Border Color

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

This div border color is #a87fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87fec


Comments

No comments written yet.

Please login to write comment.