Color Hex Logo

#7970cf Color Hex

#7970CF
(121,112,207)
0 Favorites   0 Comments

Color spaces of #7970cf

RGB 121112207
HSL0.680.500.63
HSV246°46°81°
CMYK 0.420.460.00   0.19
XYZ24.941820.158361.6078
Yxy20.15830.23370.1889
Hunter Lab44.898020.5891-49.9275
CIE-Lab52.015726.9392-48.1517

#7970cf color RGB value is (121,112,207).

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

The process color (four color CMYK) of #7970cf color hex is 0.42, 0.46, 0.00, 0.19. Web safe color of #7970cf is #6666cc. Color #7970cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 11001111
Octal 171 160 317
Decimal 121 112 207
Hex 79 70 CF

RGB Percentages of Color #7970cf

%27.50
%25.45
%47.05

CMYK Percentages of Color #7970cf

%42
%46
%0
%19

Triadic Colors of #7970cf

#7970cf #cf7970 #70cf79

Analogous Colors of #7970cf

#7970cf #a970cf #7097cf

Monochromatic Colors of #7970cf

#7970cf

Complementary Color

#7970cf #c6cf70

#7970cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7970cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7970cf Color CSS Codes

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

#7970cf Text Font Color

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

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


#7970cf Background Color

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

This div background color is #7970cf


#7970cf Border Color

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

This div border color is #7970cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7970cf


Comments

No comments written yet.

Please login to write comment.