Color Hex Logo

#7970ec Color Hex

#7970EC
(121,112,236)
0 Favorites   0 Comments

Color spaces of #7970ec

RGB 121112236
HSL0.680.770.68
HSV244°53°93°
CMYK 0.490.530.00   0.07
XYZ28.819721.709482.0283
Yxy21.70940.21740.1638
Hunter Lab46.593328.8705-71.7656
CIE-Lab53.717335.4024-61.7809

#7970ec color RGB value is (121,112,236).

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

The process color (four color CMYK) of #7970ec color hex is 0.49, 0.53, 0.00, 0.07. Web safe color of #7970ec is #6666ff. Color #7970ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 11101100
Octal 171 160 354
Decimal 121 112 236
Hex 79 70 EC

RGB Percentages of Color #7970ec

%25.80
%23.88
%50.32

CMYK Percentages of Color #7970ec

%49
%53
%0
%7

Triadic Colors of #7970ec

#7970ec #ec7970 #70ec79

Analogous Colors of #7970ec

#7970ec #b770ec #70a5ec

Monochromatic Colors of #7970ec

#7970ec

Complementary Color

#7970ec #e3ec70

#7970ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7970ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7970ec Color CSS Codes

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

#7970ec Text Font Color

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

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


#7970ec Background Color

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

This div background color is #7970ec


#7970ec Border Color

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

This div border color is #7970ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7970ec


Comments

No comments written yet.

Please login to write comment.