Color Hex Logo

#a748eb Color Hex

#A748EB
(167,72,235)
0 Favorites   0 Comments

Color spaces of #a748eb

RGB 16772235
HSL0.760.800.60
HSV275°69°92°
CMYK 0.290.690.00   0.08
XYZ33.249118.848480.4829
Yxy18.84840.25080.1422
Hunter Lab43.414760.7281-79.5224
CIE-Lab50.509465.6254-66.1617

#a748eb color RGB value is (167,72,235).

#a748eb hex color red value is 167, green value is 72 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a748eb hue: 0.76 , saturation: 0.80 and the lightness value of a748eb is 0.60.

The process color (four color CMYK) of #a748eb color hex is 0.29, 0.69, 0.00, 0.08. Web safe color of #a748eb is #9933ff. Color #a748eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001000 11101011
Octal 247 110 353
Decimal 167 72 235
Hex A7 48 EB

RGB Percentages of Color #a748eb

%35.23
%15.19
%49.58

CMYK Percentages of Color #a748eb

%29
%69
%0
%8

Triadic Colors of #a748eb

#a748eb #eba748 #48eba7

Analogous Colors of #a748eb

#a748eb #eb48de #5648eb

Monochromatic Colors of #a748eb

#a748eb

Complementary Color

#a748eb #8ceb48

#a748eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a748eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a748eb Color CSS Codes

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

#a748eb Text Font Color

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

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


#a748eb Background Color

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

This div background color is #a748eb


#a748eb Border Color

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

This div border color is #a748eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a748eb


Comments

No comments written yet.

Please login to write comment.