Color Hex Logo

#6350aa Color Hex

#6350AA
(99,80,170)
0 Favorites   0 Comments

Color spaces of #6350aa

RGB 9980170
HSL0.700.360.49
HSV253°53°67°
CMYK 0.420.530.00   0.33
XYZ15.269911.292239.4050
Yxy11.29220.23150.1712
Hunter Lab33.603922.3052-46.0027
CIE-Lab40.068330.1386-45.8564

#6350aa color RGB value is (99,80,170).

#6350aa hex color red value is 99, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6350aa hue: 0.70 , saturation: 0.36 and the lightness value of 6350aa is 0.49.

The process color (four color CMYK) of #6350aa color hex is 0.42, 0.53, 0.00, 0.33. Web safe color of #6350aa is #666699. Color #6350aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 10101010
Octal 143 120 252
Decimal 99 80 170
Hex 63 50 AA

RGB Percentages of Color #6350aa

%28.37
%22.92
%48.71

CMYK Percentages of Color #6350aa

%42
%53
%0
%33

Triadic Colors of #6350aa

#6350aa #aa6350 #50aa63

Analogous Colors of #6350aa

#6350aa #9050aa #506aaa

Monochromatic Colors of #6350aa

#6350aa

Complementary Color

#6350aa #97aa50

#6350aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6350aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6350aa Color CSS Codes

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

#6350aa Text Font Color

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

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


#6350aa Background Color

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

This div background color is #6350aa


#6350aa Border Color

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

This div border color is #6350aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,80,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6350aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6350aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6350aa;
  box-shadow:         1px 1px 3px 2px #6350aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,80,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6350aa


Comments

No comments written yet.

Please login to write comment.