Color Hex Logo

#7971ef Color Hex

#7971EF
(121,113,239)
0 Favorites   0 Comments

Color spaces of #7971ef

RGB 121113239
HSL0.680.800.69
HSV244°53°94°
CMYK 0.490.530.00   0.06
XYZ29.370322.107284.3805
Yxy22.10720.21620.1627
Hunter Lab47.018329.2192-73.4909
CIE-Lab54.140635.7037-62.7743

#7971ef color RGB value is (121,113,239).

#7971ef hex color red value is 121, green value is 113 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7971ef hue: 0.68 , saturation: 0.80 and the lightness value of 7971ef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110001 11101111
Octal 171 161 357
Decimal 121 113 239
Hex 79 71 EF

RGB Percentages of Color #7971ef

%25.58
%23.89
%50.53

CMYK Percentages of Color #7971ef

%49
%53
%0
%6

Triadic Colors of #7971ef

#7971ef #ef7971 #71ef79

Analogous Colors of #7971ef

#7971ef #b871ef #71a8ef

Monochromatic Colors of #7971ef

#7971ef

Complementary Color

#7971ef #e7ef71

#7971ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7971ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7971ef Color CSS Codes

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

#7971ef Text Font Color

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

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


#7971ef Background Color

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

This div background color is #7971ef


#7971ef Border Color

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

This div border color is #7971ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,113,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7971ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7971ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7971ef;
  box-shadow:         1px 1px 3px 2px #7971ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7971ef


Comments

No comments written yet.

Please login to write comment.