Color Hex Logo

#a505fb Color Hex

#A505FB
(165,5,251)
0 Favorites   0 Comments

Color spaces of #a505fb

RGB 1655251
HSL0.780.970.50
HSV279°98°98°
CMYK 0.340.980.00   0.02
XYZ32.983915.072992.4377
Yxy15.07290.23480.1073
Hunter Lab38.823883.7081-113.9900
CIE-Lab45.733985.2702-82.9389

#a505fb color RGB value is (165,5,251).

#a505fb hex color red value is 165, green value is 5 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a505fb hue: 0.78 , saturation: 0.97 and the lightness value of a505fb is 0.50.

The process color (four color CMYK) of #a505fb color hex is 0.34, 0.98, 0.00, 0.02. Web safe color of #a505fb is #9900ff. Color #a505fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000101 11111011
Octal 245 5 373
Decimal 165 5 251
Hex A5 5 FB

RGB Percentages of Color #a505fb

%39.19
%1.19
%59.62

CMYK Percentages of Color #a505fb

%34
%98
%0
%2

Triadic Colors of #a505fb

#a505fb #fba505 #05fba5

Analogous Colors of #a505fb

#a505fb #fb05d6 #2a05fb

Monochromatic Colors of #a505fb

#a505fb

Complementary Color

#a505fb #5bfb05

#a505fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a505fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a505fb Color CSS Codes

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

#a505fb Text Font Color

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

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


#a505fb Background Color

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

This div background color is #a505fb


#a505fb Border Color

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

This div border color is #a505fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a505fb

Related Colors


Comments

No comments written yet.

Please login to write comment.