Color Hex Logo

#a05ffd Color Hex

#A05FFD
(160,95,253)
0 Favorites   0 Comments

Color spaces of #a05ffd

RGB 16095253
HSL0.740.980.68
HSV265°62°99°
CMYK 0.370.620.00   0.01
XYZ36.319022.749895.4054
Yxy22.74980.23510.1473
Hunter Lab47.696852.4507-85.2071
CIE-Lab54.813757.5975-69.2894

#a05ffd color RGB value is (160,95,253).

#a05ffd hex color red value is 160, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a05ffd hue: 0.74 , saturation: 0.98 and the lightness value of a05ffd is 0.68.

The process color (four color CMYK) of #a05ffd color hex is 0.37, 0.62, 0.00, 0.01. Web safe color of #a05ffd is #9966ff. Color #a05ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011111 11111101
Octal 240 137 375
Decimal 160 95 253
Hex A0 5F FD

RGB Percentages of Color #a05ffd

%31.50
%18.70
%49.80

CMYK Percentages of Color #a05ffd

%37
%62
%0
%1

Triadic Colors of #a05ffd

#a05ffd #fda05f #5ffda0

Analogous Colors of #a05ffd

#a05ffd #ef5ffd #5f6dfd

Monochromatic Colors of #a05ffd

#a05ffd

Complementary Color

#a05ffd #bcfd5f

#a05ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05ffd Color CSS Codes

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

#a05ffd Text Font Color

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

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


#a05ffd Background Color

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

This div background color is #a05ffd


#a05ffd Border Color

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

This div border color is #a05ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05ffd


Comments

No comments written yet.

Please login to write comment.