Color Hex Logo

#a607ed Color Hex

#A607ED
(166,7,237)
0 Favorites   0 Comments

Color spaces of #a607ed

RGB 1667237
HSL0.780.940.48
HSV281°97°93°
CMYK 0.300.970.00   0.07
XYZ31.087914.373481.2566
Yxy14.37340.24530.1134
Hunter Lab37.912380.0228-100.5365
CIE-Lab44.763782.5861-76.6456

#a607ed color RGB value is (166,7,237).

#a607ed hex color red value is 166, green value is 7 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a607ed hue: 0.78 , saturation: 0.94 and the lightness value of a607ed is 0.48.

The process color (four color CMYK) of #a607ed color hex is 0.30, 0.97, 0.00, 0.07. Web safe color of #a607ed is #9900ff. Color #a607ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000111 11101101
Octal 246 7 355
Decimal 166 7 237
Hex A6 7 ED

RGB Percentages of Color #a607ed

%40.49
%1.71
%57.80

CMYK Percentages of Color #a607ed

%30
%97
%0
%7

Triadic Colors of #a607ed

#a607ed #eda607 #07eda6

Analogous Colors of #a607ed

#a607ed #ed07c1 #3307ed

Monochromatic Colors of #a607ed

#a607ed

Complementary Color

#a607ed #4eed07

#a607ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a607ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a607ed Color CSS Codes

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

#a607ed Text Font Color

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

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


#a607ed Background Color

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

This div background color is #a607ed


#a607ed Border Color

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

This div border color is #a607ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a607ed


Comments

No comments written yet.

Please login to write comment.