Color Hex Logo

#670bbe Color Hex

#670BBE
(103,11,190)
0 Favorites   0 Comments

Color spaces of #670bbe

RGB 10311190
HSL0.750.890.39
HSV271°94°75°
CMYK 0.460.940.00   0.25
XYZ15.00756.840649.2446
Yxy6.84060.21110.0962
Hunter Lab26.154556.6530-93.3249
CIE-Lab31.441265.7583-71.7240

#670bbe color RGB value is (103,11,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00001011 10111110
Octal 147 13 276
Decimal 103 11 190
Hex 67 B BE

RGB Percentages of Color #670bbe

%33.88
%3.62
%62.50

CMYK Percentages of Color #670bbe

%46
%94
%0
%25

Triadic Colors of #670bbe

#670bbe #be670b #0bbe67

Analogous Colors of #670bbe

#670bbe #be0bbc #0e0bbe

Monochromatic Colors of #670bbe

#670bbe

Complementary Color

#670bbe #62be0b

#670bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#670bbe Color CSS Codes

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

#670bbe Text Font Color

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

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


#670bbe Background Color

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

This div background color is #670bbe


#670bbe Border Color

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

This div border color is #670bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670bbe


Comments

No comments written yet.

Please login to write comment.