Color Hex Logo

#a674f0 Color Hex

#A674F0
(166,116,240)
0 Favorites   0 Comments

Color spaces of #a674f0

RGB 166116240
HSL0.730.810.70
HSV264°52°94°
CMYK 0.310.520.00   0.06
XYZ37.699526.889085.6412
Yxy26.88900.25090.1790
Hunter Lab51.854639.0281-61.6230
CIE-Lab58.871444.6472-55.5280

#a674f0 color RGB value is (166,116,240).

#a674f0 hex color red value is 166, green value is 116 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #a674f0 hue: 0.73 , saturation: 0.81 and the lightness value of a674f0 is 0.70.

The process color (four color CMYK) of #a674f0 color hex is 0.31, 0.52, 0.00, 0.06. Web safe color of #a674f0 is #9966ff. Color #a674f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110100 11110000
Octal 246 164 360
Decimal 166 116 240
Hex A6 74 F0

RGB Percentages of Color #a674f0

%31.80
%22.22
%45.98

CMYK Percentages of Color #a674f0

%31
%52
%0
%6

Triadic Colors of #a674f0

#a674f0 #f0a674 #74f0a6

Analogous Colors of #a674f0

#a674f0 #e474f0 #7480f0

Monochromatic Colors of #a674f0

#a674f0

Complementary Color

#a674f0 #bef074

#a674f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a674f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a674f0 Color CSS Codes

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

#a674f0 Text Font Color

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

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


#a674f0 Background Color

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

This div background color is #a674f0


#a674f0 Border Color

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

This div border color is #a674f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a674f0


Comments

No comments written yet.

Please login to write comment.