Color Hex Logo

#a782fd Color Hex

#A782FD
(167,130,253)
0 Favorites   0 Comments

Color spaces of #a782fd

RGB 167130253
HSL0.720.970.75
HSV258°49°99°
CMYK 0.340.490.00   0.01
XYZ41.648631.272696.7696
Yxy31.27260.24540.1843
Hunter Lab55.921935.0770-63.4525
CIE-Lab62.737140.3890-56.5362

#a782fd color RGB value is (167,130,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 11111101
Octal 247 202 375
Decimal 167 130 253
Hex A7 82 FD

RGB Percentages of Color #a782fd

%30.36
%23.64
%46.00

CMYK Percentages of Color #a782fd

%34
%49
%0
%1

Triadic Colors of #a782fd

#a782fd #fda782 #82fda7

Analogous Colors of #a782fd

#a782fd #e582fd #829bfd

Monochromatic Colors of #a782fd

#a782fd

Complementary Color

#a782fd #d8fd82

#a782fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782fd Color CSS Codes

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

#a782fd Text Font Color

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

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


#a782fd Background Color

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

This div background color is #a782fd


#a782fd Border Color

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

This div border color is #a782fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782fd


Comments

No comments written yet.

Please login to write comment.