Color Hex Logo

#a609be Color Hex

#A609BE
(166,9,190)
0 Favorites   0 Comments

Color spaces of #a609be

RGB 1669190
HSL0.810.910.39
HSV292°95°75°
CMYK 0.130.950.00   0.25
XYZ25.117812.020149.7114
Yxy12.02010.28920.1384
Hunter Lab34.670068.6475-60.7436
CIE-Lab41.248074.1028-55.2993

#a609be color RGB value is (166,9,190).

#a609be hex color red value is 166, green value is 9 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a609be hue: 0.81 , saturation: 0.91 and the lightness value of a609be is 0.39.

The process color (four color CMYK) of #a609be color hex is 0.13, 0.95, 0.00, 0.25. Web safe color of #a609be is #9900cc. Color #a609be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 10111110
Octal 246 11 276
Decimal 166 9 190
Hex A6 9 BE

RGB Percentages of Color #a609be

%45.48
%2.47
%52.05

CMYK Percentages of Color #a609be

%13
%95
%0
%25

Triadic Colors of #a609be

#a609be #bea609 #09bea6

Analogous Colors of #a609be

#a609be #be097c #4c09be

Monochromatic Colors of #a609be

#a609be

Complementary Color

#a609be #21be09

#a609be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a609be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a609be Color CSS Codes

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

#a609be Text Font Color

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

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


#a609be Background Color

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

This div background color is #a609be


#a609be Border Color

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

This div border color is #a609be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a609be


Comments

No comments written yet.

Please login to write comment.