Color Hex Logo

#6914aa Color Hex

#6914AA
(105,20,170)
0 Favorites   0 Comments

Color spaces of #6914aa

RGB 10520170
HSL0.760.790.37
HSV274°88°67°
CMYK 0.380.880.00   0.33
XYZ13.33166.405838.5640
Yxy6.40580.22870.1099
Hunter Lab25.309749.7310-72.6225
CIE-Lab30.414059.7269-61.4805

#6914aa color RGB value is (105,20,170).

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

The process color (four color CMYK) of #6914aa color hex is 0.38, 0.88, 0.00, 0.33. Web safe color of #6914aa is #660099. Color #6914aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00010100 10101010
Octal 151 24 252
Decimal 105 20 170
Hex 69 14 AA

RGB Percentages of Color #6914aa

%35.59
%6.78
%57.63

CMYK Percentages of Color #6914aa

%38
%88
%0
%33

Triadic Colors of #6914aa

#6914aa #aa6914 #14aa69

Analogous Colors of #6914aa

#6914aa #aa14a0 #1e14aa

Monochromatic Colors of #6914aa

#6914aa

Complementary Color

#6914aa #55aa14

#6914aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6914aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6914aa Color CSS Codes

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

#6914aa Text Font Color

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

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


#6914aa Background Color

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

This div background color is #6914aa


#6914aa Border Color

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

This div border color is #6914aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6914aa


Comments

No comments written yet.

Please login to write comment.