Color Hex Logo

#a603be Color Hex

#A603BE
(166,3,190)
0 Favorites   0 Comments

Color spaces of #a603be

RGB 1663190
HSL0.810.970.38
HSV292°98°75°
CMYK 0.130.980.00   0.25
XYZ25.052711.889849.6897
Yxy11.88980.28920.1372
Hunter Lab34.481669.3469-61.3028
CIE-Lab41.040474.7202-55.6348

#a603be color RGB value is (166,3,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000011 10111110
Octal 246 3 276
Decimal 166 3 190
Hex A6 3 BE

RGB Percentages of Color #a603be

%46.24
%0.84
%52.92

CMYK Percentages of Color #a603be

%13
%98
%0
%25

Triadic Colors of #a603be

#a603be #bea603 #03bea6

Analogous Colors of #a603be

#a603be #be0379 #4803be

Monochromatic Colors of #a603be

#a603be

Complementary Color

#a603be #1bbe03

#a603be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a603be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a603be Color CSS Codes

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

#a603be Text Font Color

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

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


#a603be Background Color

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

This div background color is #a603be


#a603be Border Color

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

This div border color is #a603be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a603be


Comments

No comments written yet.

Please login to write comment.