Color Hex Logo

#a607be Color Hex

#A607BE
(166,7,190)
0 Favorites   0 Comments

Color spaces of #a607be

RGB 1667190
HSL0.810.930.39
HSV292°96°75°
CMYK 0.130.960.00   0.25
XYZ25.096111.976749.7042
Yxy11.97670.28920.1380
Hunter Lab34.607468.8793-60.9290
CIE-Lab41.179174.3077-55.4108

#a607be color RGB value is (166,7,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000111 10111110
Octal 246 7 276
Decimal 166 7 190
Hex A6 7 BE

RGB Percentages of Color #a607be

%45.73
%1.93
%52.34

CMYK Percentages of Color #a607be

%13
%96
%0
%25

Triadic Colors of #a607be

#a607be #bea607 #07bea6

Analogous Colors of #a607be

#a607be #be077b #4b07be

Monochromatic Colors of #a607be

#a607be

Complementary Color

#a607be #1fbe07

#a607be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a607be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a607be Color CSS Codes

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

#a607be Text Font Color

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

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


#a607be Background Color

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

This div background color is #a607be


#a607be Border Color

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

This div border color is #a607be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,7,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 #a607be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a607be


Comments

No comments written yet.

Please login to write comment.