Color Hex Logo

#a783fd Color Hex

#A783FD
(167,131,253)
0 Favorites   0 Comments

Color spaces of #a783fd

RGB 167131253
HSL0.720.970.75
HSV258°48°99°
CMYK 0.340.480.00   0.01
XYZ41.782331.539996.8142
Yxy31.53990.24560.1854
Hunter Lab56.160434.5200-62.8970
CIE-Lab62.960839.8307-56.1801

#a783fd color RGB value is (167,131,253).

#a783fd hex color red value is 167, green value is 131 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a783fd hue: 0.72 , saturation: 0.97 and the lightness value of a783fd is 0.75.

The process color (four color CMYK) of #a783fd color hex is 0.34, 0.48, 0.00, 0.01. Web safe color of #a783fd is #9999ff. Color #a783fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000011 11111101
Octal 247 203 375
Decimal 167 131 253
Hex A7 83 FD

RGB Percentages of Color #a783fd

%30.31
%23.77
%45.92

CMYK Percentages of Color #a783fd

%34
%48
%0
%1

Triadic Colors of #a783fd

#a783fd #fda783 #83fda7

Analogous Colors of #a783fd

#a783fd #e483fd #839cfd

Monochromatic Colors of #a783fd

#a783fd

Complementary Color

#a783fd #d9fd83

#a783fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a783fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a783fd Color CSS Codes

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

#a783fd Text Font Color

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

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


#a783fd Background Color

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

This div background color is #a783fd


#a783fd Border Color

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

This div border color is #a783fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a783fd


Comments

No comments written yet.

Please login to write comment.