Color Hex Logo

#a506fd Color Hex

#A506FD
(165,6,253)
0 Favorites   0 Comments

Color spaces of #a506fd

RGB 1656253
HSL0.770.980.51
HSV279°98°99°
CMYK 0.350.980.00   0.01
XYZ33.311815.221494.1108
Yxy15.22140.23350.1067
Hunter Lab39.014684.1329-115.7087
CIE-Lab45.936085.5596-83.7262

#a506fd color RGB value is (165,6,253).

#a506fd hex color red value is 165, green value is 6 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a506fd hue: 0.77 , saturation: 0.98 and the lightness value of a506fd is 0.51.

The process color (four color CMYK) of #a506fd color hex is 0.35, 0.98, 0.00, 0.01. Web safe color of #a506fd is #9900ff. Color #a506fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000110 11111101
Octal 245 6 375
Decimal 165 6 253
Hex A5 6 FD

RGB Percentages of Color #a506fd

%38.92
%1.42
%59.67

CMYK Percentages of Color #a506fd

%35
%98
%0
%1

Triadic Colors of #a506fd

#a506fd #fda506 #06fda5

Analogous Colors of #a506fd

#a506fd #fd06da #2a06fd

Monochromatic Colors of #a506fd

#a506fd

Complementary Color

#a506fd #5efd06

#a506fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a506fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a506fd Color CSS Codes

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

#a506fd Text Font Color

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

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


#a506fd Background Color

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

This div background color is #a506fd


#a506fd Border Color

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

This div border color is #a506fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a506fd

Related Colors


Comments

No comments written yet.

Please login to write comment.