Color Hex Logo

#6323aa Color Hex

#6323AA
(99,35,170)
0 Favorites   0 Comments

Color spaces of #6323aa

RGB 9935170
HSL0.750.660.40
HSV268°79°67°
CMYK 0.420.790.00   0.33
XYZ13.00236.757038.6491
Yxy6.75700.22260.1157
Hunter Lab25.994243.7957-69.9584
CIE-Lab31.247253.9788-60.1480

#6323aa color RGB value is (99,35,170).

#6323aa hex color red value is 99, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6323aa hue: 0.75 , saturation: 0.66 and the lightness value of 6323aa is 0.40.

The process color (four color CMYK) of #6323aa color hex is 0.42, 0.79, 0.00, 0.33. Web safe color of #6323aa is #663399. Color #6323aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100011 10101010
Octal 143 43 252
Decimal 99 35 170
Hex 63 23 AA

RGB Percentages of Color #6323aa

%32.57
%11.51
%55.92

CMYK Percentages of Color #6323aa

%42
%79
%0
%33

Triadic Colors of #6323aa

#6323aa #aa6323 #23aa63

Analogous Colors of #6323aa

#6323aa #a723aa #2327aa

Monochromatic Colors of #6323aa

#6323aa

Complementary Color

#6323aa #6aaa23

#6323aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6323aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6323aa Color CSS Codes

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

#6323aa Text Font Color

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

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


#6323aa Background Color

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

This div background color is #6323aa


#6323aa Border Color

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

This div border color is #6323aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6323aa


Comments

No comments written yet.

Please login to write comment.