Color Hex Logo

#6302aa Color Hex

#6302AA
(99,2,170)
0 Favorites   0 Comments

Color spaces of #6302aa

RGB 992170
HSL0.760.980.34
HSV275°99°67°
CMYK 0.420.990.00   0.33
XYZ12.42305.598338.4560
Yxy5.59830.22000.0991
Hunter Lab23.660752.3147-79.8021
CIE-Lab28.375562.4723-64.8629

#6302aa color RGB value is (99,2,170).

#6302aa hex color red value is 99, green value is 2 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6302aa hue: 0.76 , saturation: 0.98 and the lightness value of 6302aa is 0.34.

The process color (four color CMYK) of #6302aa color hex is 0.42, 0.99, 0.00, 0.33. Web safe color of #6302aa is #660099. Color #6302aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000010 10101010
Octal 143 2 252
Decimal 99 2 170
Hex 63 2 AA

RGB Percentages of Color #6302aa

%36.53
%0.74
%62.73

CMYK Percentages of Color #6302aa

%42
%99
%0
%33

Triadic Colors of #6302aa

#6302aa #aa6302 #02aa63

Analogous Colors of #6302aa

#6302aa #aa029d #0f02aa

Monochromatic Colors of #6302aa

#6302aa

Complementary Color

#6302aa #49aa02

#6302aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6302aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6302aa Color CSS Codes

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

#6302aa Text Font Color

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

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


#6302aa Background Color

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

This div background color is #6302aa


#6302aa Border Color

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

This div border color is #6302aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6302aa


Comments

No comments written yet.

Please login to write comment.