Color Hex Logo

#a348fb Color Hex

#A348FB
(163,72,251)
0 Favorites   0 Comments

Color spaces of #a348fb

RGB 16372251
HSL0.750.960.63
HSV271°71°98°
CMYK 0.350.710.00   0.02
XYZ34.834219.386393.1728
Yxy19.38630.23630.1315
Hunter Lab44.029964.1678-94.6442
CIE-Lab51.136168.4356-74.1253

#a348fb color RGB value is (163,72,251).

#a348fb hex color red value is 163, green value is 72 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a348fb hue: 0.75 , saturation: 0.96 and the lightness value of a348fb is 0.63.

The process color (four color CMYK) of #a348fb color hex is 0.35, 0.71, 0.00, 0.02. Web safe color of #a348fb is #9933ff. Color #a348fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 11111011
Octal 243 110 373
Decimal 163 72 251
Hex A3 48 FB

RGB Percentages of Color #a348fb

%33.54
%14.81
%51.65

CMYK Percentages of Color #a348fb

%35
%71
%0
%2

Triadic Colors of #a348fb

#a348fb #fba348 #48fba3

Analogous Colors of #a348fb

#a348fb #fb48fa #4948fb

Monochromatic Colors of #a348fb

#a348fb

Complementary Color

#a348fb #a0fb48

#a348fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a348fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a348fb Color CSS Codes

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

#a348fb Text Font Color

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

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


#a348fb Background Color

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

This div background color is #a348fb


#a348fb Border Color

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

This div border color is #a348fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,72,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a348fb


Comments

No comments written yet.

Please login to write comment.