Color Hex Logo

#6718aa Color Hex

#6718AA
(103,24,170)
0 Favorites   0 Comments

Color spaces of #6718aa

RGB 10324170
HSL0.760.750.38
HSV272°86°67°
CMYK 0.390.860.00   0.33
XYZ13.17596.439138.5786
Yxy6.43910.22640.1106
Hunter Lab25.375448.2773-72.3768
CIE-Lab30.494358.3655-61.3599

#6718aa color RGB value is (103,24,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011000 10101010
Octal 147 30 252
Decimal 103 24 170
Hex 67 18 AA

RGB Percentages of Color #6718aa

%34.68
%8.08
%57.24

CMYK Percentages of Color #6718aa

%39
%86
%0
%33

Triadic Colors of #6718aa

#6718aa #aa6718 #18aa67

Analogous Colors of #6718aa

#6718aa #aa18a4 #1e18aa

Monochromatic Colors of #6718aa

#6718aa

Complementary Color

#6718aa #5baa18

#6718aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6718aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6718aa Color CSS Codes

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

#6718aa Text Font Color

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

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


#6718aa Background Color

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

This div background color is #6718aa


#6718aa Border Color

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

This div border color is #6718aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6718aa


Comments

No comments written yet.

Please login to write comment.