Color Hex Logo

#670348 Color Hex

#670348
(103,3,72)
0 Favorites   0 Comments

Color spaces of #670348

RGB 103372
HSL0.890.940.21
HSV319°97°40°
CMYK 0.000.970.30   0.60
XYZ6.79583.41666.4322
Yxy3.41660.40830.2053
Hunter Lab18.484033.2798-7.6933
CIE-Lab21.640645.2814-12.9951

#670348 color RGB value is (103,3,72).

#670348 hex color red value is 103, green value is 3 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #670348 hue: 0.89 , saturation: 0.94 and the lightness value of 670348 is 0.21.

The process color (four color CMYK) of #670348 color hex is 0.00, 0.97, 0.30, 0.60. Web safe color of #670348 is #660033. Color #670348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000011 01001000
Octal 147 3 110
Decimal 103 3 72
Hex 67 3 48

RGB Percentages of Color #670348

%57.87
%1.69
%40.45

CMYK Percentages of Color #670348

%0
%97
%30
%60

Triadic Colors of #670348

#670348 #486703 #034867

Analogous Colors of #670348

#670348 #670316 #540367

Monochromatic Colors of #670348

#670348

Complementary Color

#670348 #036722

#670348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#670348 Color CSS Codes

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

#670348 Text Font Color

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

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


#670348 Background Color

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

This div background color is #670348


#670348 Border Color

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

This div border color is #670348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670348


Comments

No comments written yet.

Please login to write comment.