Color Hex Logo

#7970c3 Color Hex

#7970C3
(121,112,195)
0 Favorites   0 Comments

Color spaces of #7970c3

RGB 121112195
HSL0.680.410.60
HSV247°43°76°
CMYK 0.380.430.00   0.24
XYZ23.529719.593454.1715
Yxy19.59340.24180.2014
Hunter Lab44.264417.4227-41.5749
CIE-Lab51.374423.5449-42.3146

#7970c3 color RGB value is (121,112,195).

#7970c3 hex color red value is 121, green value is 112 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #7970c3 hue: 0.68 , saturation: 0.41 and the lightness value of 7970c3 is 0.60.

The process color (four color CMYK) of #7970c3 color hex is 0.38, 0.43, 0.00, 0.24. Web safe color of #7970c3 is #6666cc. Color #7970c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 11000011
Octal 171 160 303
Decimal 121 112 195
Hex 79 70 C3

RGB Percentages of Color #7970c3

%28.27
%26.17
%45.56

CMYK Percentages of Color #7970c3

%38
%43
%0
%24

Triadic Colors of #7970c3

#7970c3 #c37970 #70c379

Analogous Colors of #7970c3

#7970c3 #a370c3 #7091c3

Monochromatic Colors of #7970c3

#7970c3

Complementary Color

#7970c3 #bac370

#7970c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7970c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7970c3 Color CSS Codes

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

#7970c3 Text Font Color

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

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


#7970c3 Background Color

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

This div background color is #7970c3


#7970c3 Border Color

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

This div border color is #7970c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7970c3


Comments

No comments written yet.

Please login to write comment.