Color Hex Logo

#a607fc Color Hex

#A607FC
(166,7,252)
0 Favorites   0 Comments

Color spaces of #a607fc

RGB 1667252
HSL0.770.980.51
HSV279°97°99°
CMYK 0.340.970.00   0.01
XYZ33.372615.287293.2873
Yxy15.28720.23510.1077
Hunter Lab39.098883.9347-114.0929
CIE-Lab46.025185.3899-83.0152

#a607fc color RGB value is (166,7,252).

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

The process color (four color CMYK) of #a607fc color hex is 0.34, 0.97, 0.00, 0.01. Web safe color of #a607fc is #9900ff. Color #a607fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000111 11111100
Octal 246 7 374
Decimal 166 7 252
Hex A6 7 FC

RGB Percentages of Color #a607fc

%39.06
%1.65
%59.29

CMYK Percentages of Color #a607fc

%34
%97
%0
%1

Triadic Colors of #a607fc

#a607fc #fca607 #07fca6

Analogous Colors of #a607fc

#a607fc #fc07d8 #2c07fc

Monochromatic Colors of #a607fc

#a607fc

Complementary Color

#a607fc #5dfc07

#a607fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a607fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a607fc Color CSS Codes

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

#a607fc Text Font Color

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

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


#a607fc Background Color

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

This div background color is #a607fc


#a607fc Border Color

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

This div border color is #a607fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a607fc


Comments

No comments written yet.

Please login to write comment.