Color Hex Logo

#a675ff Color Hex

#A675FF
(166,117,255)
0 Favorites   0 Comments

Color spaces of #a675ff

RGB 166117255
HSL0.731.000.73
HSV261°54°100°
CMYK 0.350.540.00   0.00
XYZ40.137228.049697.9064
Yxy28.04960.24170.1689
Hunter Lab52.961942.5931-72.5314
CIE-Lab59.933547.8226-62.1200

#a675ff color RGB value is (166,117,255).

#a675ff hex color red value is 166, green value is 117 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a675ff hue: 0.73 , saturation: 1.00 and the lightness value of a675ff is 0.73.

The process color (four color CMYK) of #a675ff color hex is 0.35, 0.54, 0.00, 0.00. Web safe color of #a675ff is #9966ff. Color #a675ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 11111111
Octal 246 165 377
Decimal 166 117 255
Hex A6 75 FF

RGB Percentages of Color #a675ff

%30.86
%21.75
%47.40

CMYK Percentages of Color #a675ff

%35
%54
%0
%0

Triadic Colors of #a675ff

#a675ff #ffa675 #75ffa6

Analogous Colors of #a675ff

#a675ff #eb75ff #7589ff

Monochromatic Colors of #a675ff

#a675ff

Complementary Color

#a675ff #ceff75

#a675ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a675ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a675ff Color CSS Codes

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

#a675ff Text Font Color

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

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


#a675ff Background Color

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

This div background color is #a675ff


#a675ff Border Color

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

This div border color is #a675ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,117,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a675ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a675ff;
  -webkit-box-shadow: 1px 1px 3px 2px #a675ff;
  box-shadow:         1px 1px 3px 2px #a675ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,117,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a675ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a675ff


Comments

No comments written yet.

Please login to write comment.