Color Hex Logo

#a715ef Color Hex

#A715EF
(167,21,239)
0 Favorites   0 Comments

Color spaces of #a715ef

RGB 16721239
HSL0.780.870.51
HSV280°91°94°
CMYK 0.300.910.00   0.06
XYZ31.784514.983882.8783
Yxy14.98380.24520.1156
Hunter Lab38.708978.8286-99.8475
CIE-Lab45.612081.4839-76.3820

#a715ef color RGB value is (167,21,239).

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

The process color (four color CMYK) of #a715ef color hex is 0.30, 0.91, 0.00, 0.06. Web safe color of #a715ef is #9900ff. Color #a715ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010101 11101111
Octal 247 25 357
Decimal 167 21 239
Hex A7 15 EF

RGB Percentages of Color #a715ef

%39.11
%4.92
%55.97

CMYK Percentages of Color #a715ef

%30
%91
%0
%6

Triadic Colors of #a715ef

#a715ef #efa715 #15efa7

Analogous Colors of #a715ef

#a715ef #ef15ca #3a15ef

Monochromatic Colors of #a715ef

#a715ef

Complementary Color

#a715ef #5def15

#a715ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a715ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a715ef Color CSS Codes

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

#a715ef Text Font Color

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

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


#a715ef Background Color

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

This div background color is #a715ef


#a715ef Border Color

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

This div border color is #a715ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a715ef


Comments

No comments written yet.

Please login to write comment.