Color Hex Logo

#7970be Color Hex

#7970BE
(121,112,190)
0 Favorites   0 Comments

Color spaces of #7970be

RGB 121112190
HSL0.690.380.59
HSV247°41°75°
CMYK 0.360.410.00   0.25
XYZ22.973619.371051.2433
Yxy19.37100.24550.2070
Hunter Lab44.012516.1514-38.2220
CIE-Lab51.118522.1548-39.8473

#7970be color RGB value is (121,112,190).

#7970be hex color red value is 121, green value is 112 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7970be hue: 0.69 , saturation: 0.38 and the lightness value of 7970be is 0.59.

The process color (four color CMYK) of #7970be color hex is 0.36, 0.41, 0.00, 0.25. Web safe color of #7970be is #6666cc. Color #7970be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 10111110
Octal 171 160 276
Decimal 121 112 190
Hex 79 70 BE

RGB Percentages of Color #7970be

%28.61
%26.48
%44.92

CMYK Percentages of Color #7970be

%36
%41
%0
%25

Triadic Colors of #7970be

#7970be #be7970 #70be79

Analogous Colors of #7970be

#7970be #a070be #708ebe

Monochromatic Colors of #7970be

#7970be

Complementary Color

#7970be #b5be70

#7970be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7970be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7970be Color CSS Codes

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

#7970be Text Font Color

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

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


#7970be Background Color

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

This div background color is #7970be


#7970be Border Color

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

This div border color is #7970be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,112,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 #7970be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7970be


Comments

No comments written yet.

Please login to write comment.