Color Hex Logo

#670bbb Color Hex

#670BBB
(103,11,187)
0 Favorites   0 Comments

Color spaces of #670bbb

RGB 10311187
HSL0.750.890.39
HSV271°94°73°
CMYK 0.450.940.00   0.27
XYZ14.68286.710847.5351
Yxy6.71080.21300.0974
Hunter Lab25.905255.8378-90.6613
CIE-Lab31.139365.0967-70.4473

#670bbb color RGB value is (103,11,187).

#670bbb hex color red value is 103, green value is 11 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #670bbb hue: 0.75 , saturation: 0.89 and the lightness value of 670bbb is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00001011 10111011
Octal 147 13 273
Decimal 103 11 187
Hex 67 B BB

RGB Percentages of Color #670bbb

%34.22
%3.65
%62.13

CMYK Percentages of Color #670bbb

%45
%94
%0
%27

Triadic Colors of #670bbb

#670bbb #bb670b #0bbb67

Analogous Colors of #670bbb

#670bbb #bb0bb7 #0f0bbb

Monochromatic Colors of #670bbb

#670bbb

Complementary Color

#670bbb #5fbb0b

#670bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#670bbb Color CSS Codes

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

#670bbb Text Font Color

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

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


#670bbb Background Color

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

This div background color is #670bbb


#670bbb Border Color

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

This div border color is #670bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670bbb


Comments

No comments written yet.

Please login to write comment.