Color Hex Logo

#a348fd Color Hex

#A348FD
(163,72,253)
0 Favorites   0 Comments

Color spaces of #a348fd

RGB 16372253
HSL0.750.980.64
HSV270°72°99°
CMYK 0.360.720.00   0.01
XYZ35.151219.513194.8422
Yxy19.51310.23510.1305
Hunter Lab44.173664.7376-96.3760
CIE-Lab51.282268.8882-75.0008

#a348fd color RGB value is (163,72,253).

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

The process color (four color CMYK) of #a348fd color hex is 0.36, 0.72, 0.00, 0.01. Web safe color of #a348fd is #9933ff. Color #a348fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 11111101
Octal 243 110 375
Decimal 163 72 253
Hex A3 48 FD

RGB Percentages of Color #a348fd

%33.40
%14.75
%51.84

CMYK Percentages of Color #a348fd

%36
%72
%0
%1

Triadic Colors of #a348fd

#a348fd #fda348 #48fda3

Analogous Colors of #a348fd

#a348fd #fd48fd #4948fd

Monochromatic Colors of #a348fd

#a348fd

Complementary Color

#a348fd #a2fd48

#a348fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a348fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a348fd Color CSS Codes

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

#a348fd Text Font Color

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

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


#a348fd Background Color

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

This div background color is #a348fd


#a348fd Border Color

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

This div border color is #a348fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a348fd

Related Colors


Comments

No comments written yet.

Please login to write comment.