Color Hex Logo

#670370 Color Hex

#670370
(103,3,112)
0 Favorites   0 Comments

Color spaces of #670370

RGB 1033112
HSL0.820.950.23
HSV295°97°44°
CMYK 0.080.970.00   0.56
XYZ8.55074.118515.6735
Yxy4.11850.30170.1453
Hunter Lab20.294139.6944-31.5849
CIE-Lab24.059451.3696-35.7491

#670370 color RGB value is (103,3,112).

#670370 hex color red value is 103, green value is 3 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #670370 hue: 0.82 , saturation: 0.95 and the lightness value of 670370 is 0.23.

The process color (four color CMYK) of #670370 color hex is 0.08, 0.97, 0.00, 0.56. Web safe color of #670370 is #660066. Color #670370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000011 01110000
Octal 147 3 160
Decimal 103 3 112
Hex 67 3 70

RGB Percentages of Color #670370

%47.25
%1.38
%51.38

CMYK Percentages of Color #670370

%8
%97
%0
%56

Triadic Colors of #670370

#670370 #706703 #037067

Analogous Colors of #670370

#670370 #700343 #300370

Monochromatic Colors of #670370

#670370

Complementary Color

#670370 #0c7003

#670370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#670370 Color CSS Codes

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

#670370 Text Font Color

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

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


#670370 Background Color

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

This div background color is #670370


#670370 Border Color

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

This div border color is #670370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670370


Comments

No comments written yet.

Please login to write comment.