Color Hex Logo

#670bad Color Hex

#670BAD
(103,11,173)
0 Favorites   0 Comments

Color spaces of #670bad

RGB 10311173
HSL0.760.880.36
HSV274°94°68°
CMYK 0.400.940.00   0.32
XYZ13.25606.140040.0216
Yxy6.14000.22310.1033
Hunter Lab24.779052.1286-78.4164
CIE-Lab29.763062.0412-64.3638

#670bad color RGB value is (103,11,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00001011 10101101
Octal 147 13 255
Decimal 103 11 173
Hex 67 B AD

RGB Percentages of Color #670bad

%35.89
%3.83
%60.28

CMYK Percentages of Color #670bad

%40
%94
%0
%32

Triadic Colors of #670bad

#670bad #ad670b #0bad67

Analogous Colors of #670bad

#670bad #ad0ba2 #160bad

Monochromatic Colors of #670bad

#670bad

Complementary Color

#670bad #51ad0b

#670bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#670bad Color CSS Codes

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

#670bad Text Font Color

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

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


#670bad Background Color

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

This div background color is #670bad


#670bad Border Color

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

This div border color is #670bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670bad


Comments

No comments written yet.

Please login to write comment.