Color Hex Logo

#a718eb Color Hex

#A718EB
(167,24,235)
0 Favorites   0 Comments

Color spaces of #a718eb

RGB 16724235
HSL0.780.840.51
HSV281°90°92°
CMYK 0.290.900.00   0.08
XYZ31.258414.866979.8194
Yxy14.86690.24820.1180
Hunter Lab38.557677.2329-95.7479
CIE-Lab45.451480.2509-74.3842

#a718eb color RGB value is (167,24,235).

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

The process color (four color CMYK) of #a718eb color hex is 0.29, 0.90, 0.00, 0.08. Web safe color of #a718eb is #9900ff. Color #a718eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011000 11101011
Octal 247 30 353
Decimal 167 24 235
Hex A7 18 EB

RGB Percentages of Color #a718eb

%39.20
%5.63
%55.16

CMYK Percentages of Color #a718eb

%29
%90
%0
%8

Triadic Colors of #a718eb

#a718eb #eba718 #18eba7

Analogous Colors of #a718eb

#a718eb #eb18c6 #3d18eb

Monochromatic Colors of #a718eb

#a718eb

Complementary Color

#a718eb #5ceb18

#a718eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a718eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a718eb Color CSS Codes

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

#a718eb Text Font Color

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

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


#a718eb Background Color

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

This div background color is #a718eb


#a718eb Border Color

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

This div border color is #a718eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a718eb


Comments

No comments written yet.

Please login to write comment.