Color Hex Logo

#6713aa Color Hex

#6713AA
(103,19,170)
0 Favorites   0 Comments

Color spaces of #6713aa

RGB 10319170
HSL0.760.800.37
HSV273°89°67°
CMYK 0.390.890.00   0.33
XYZ13.08216.251638.5474
Yxy6.25160.22600.1080
Hunter Lab25.003249.6386-73.9051
CIE-Lab30.038659.7144-62.1075

#6713aa color RGB value is (103,19,170).

#6713aa hex color red value is 103, green value is 19 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6713aa hue: 0.76 , saturation: 0.80 and the lightness value of 6713aa is 0.37.

The process color (four color CMYK) of #6713aa color hex is 0.39, 0.89, 0.00, 0.33. Web safe color of #6713aa is #660099. Color #6713aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010011 10101010
Octal 147 23 252
Decimal 103 19 170
Hex 67 13 AA

RGB Percentages of Color #6713aa

%35.27
%6.51
%58.22

CMYK Percentages of Color #6713aa

%39
%89
%0
%33

Triadic Colors of #6713aa

#6713aa #aa6713 #13aa67

Analogous Colors of #6713aa

#6713aa #aa13a2 #1b13aa

Monochromatic Colors of #6713aa

#6713aa

Complementary Color

#6713aa #56aa13

#6713aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6713aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6713aa Color CSS Codes

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

#6713aa Text Font Color

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

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


#6713aa Background Color

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

This div background color is #6713aa


#6713aa Border Color

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

This div border color is #6713aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6713aa


Comments

No comments written yet.

Please login to write comment.