Color Hex Logo

#670aba Color Hex

#670ABA
(103,10,186)
0 Favorites   0 Comments

Color spaces of #670aba

RGB 10310186
HSL0.750.900.38
HSV272°95°73°
CMYK 0.450.950.00   0.27
XYZ14.56506.645846.9695
Yxy6.64580.21360.0975
Hunter Lab25.779455.7358-89.9793
CIE-Lab30.986665.0355-70.1064

#670aba color RGB value is (103,10,186).

#670aba hex color red value is 103, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #670aba hue: 0.75 , saturation: 0.90 and the lightness value of 670aba is 0.38.

The process color (four color CMYK) of #670aba color hex is 0.45, 0.95, 0.00, 0.27. Web safe color of #670aba is #6600cc. Color #670aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00001010 10111010
Octal 147 12 272
Decimal 103 10 186
Hex 67 A BA

RGB Percentages of Color #670aba

%34.45
%3.34
%62.21

CMYK Percentages of Color #670aba

%45
%95
%0
%27

Triadic Colors of #670aba

#670aba #ba670a #0aba67

Analogous Colors of #670aba

#670aba #ba0ab5 #0f0aba

Monochromatic Colors of #670aba

#670aba

Complementary Color

#670aba #5dba0a

#670aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#670aba Color CSS Codes

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

#670aba Text Font Color

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

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


#670aba Background Color

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

This div background color is #670aba


#670aba Border Color

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

This div border color is #670aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670aba


Comments

No comments written yet.

Please login to write comment.