Color Hex Logo

#670aad Color Hex

#670AAD
(103,10,173)
0 Favorites   0 Comments

Color spaces of #670aad

RGB 10310173
HSL0.760.890.36
HSV274°94°68°
CMYK 0.400.940.00   0.32
XYZ13.24496.117840.0179
Yxy6.11780.22310.1030
Hunter Lab24.734252.3001-78.6125
CIE-Lab29.707762.2068-64.4546

#670aad color RGB value is (103,10,173).

#670aad hex color red value is 103, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #670aad hue: 0.76 , saturation: 0.89 and the lightness value of 670aad is 0.36.

The process color (four color CMYK) of #670aad color hex is 0.40, 0.94, 0.00, 0.32. Web safe color of #670aad is #660099. Color #670aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00001010 10101101
Octal 147 12 255
Decimal 103 10 173
Hex 67 A AD

RGB Percentages of Color #670aad

%36.01
%3.50
%60.49

CMYK Percentages of Color #670aad

%40
%94
%0
%32

Triadic Colors of #670aad

#670aad #ad670a #0aad67

Analogous Colors of #670aad

#670aad #ad0aa2 #160aad

Monochromatic Colors of #670aad

#670aad

Complementary Color

#670aad #50ad0a

#670aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#670aad Color CSS Codes

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

#670aad Text Font Color

<p style="color:#670aad">Text here</p>

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


#670aad Background Color

<div style="background-color:#670aad">
Div content here</div>

This div background color is #670aad


#670aad Border Color

<div style="border:3px solid #670aad">
Div here</div>

This div border color is #670aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,10,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #670aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #670aad;
  -webkit-box-shadow: 1px 1px 3px 2px #670aad;
  box-shadow:         1px 1px 3px 2px #670aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,10,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #670aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670aad


Comments

No comments written yet.

Please login to write comment.