Color Hex Logo

#7f79de Color Hex

#7F79DE
(127,121,222)
0 Favorites   0 Comments

Color spaces of #7f79de

RGB 127121222
HSL0.680.600.67
HSV244°45°87°
CMYK 0.430.450.00   0.13
XYZ28.774623.460772.1190
Yxy23.46070.23140.1887
Hunter Lab48.436221.2784-54.3743
CIE-Lab55.543727.3545-50.9872

#7f79de color RGB value is (127,121,222).

#7f79de hex color red value is 127, green value is 121 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7f79de hue: 0.68 , saturation: 0.60 and the lightness value of 7f79de is 0.67.

The process color (four color CMYK) of #7f79de color hex is 0.43, 0.45, 0.00, 0.13. Web safe color of #7f79de is #6666cc. Color #7f79de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01111001 11011110
Octal 177 171 336
Decimal 127 121 222
Hex 7F 79 DE

RGB Percentages of Color #7f79de

%27.02
%25.74
%47.23

CMYK Percentages of Color #7f79de

%43
%45
%0
%13

Triadic Colors of #7f79de

#7f79de #de7f79 #79de7f

Analogous Colors of #7f79de

#7f79de #b279de #79a6de

Monochromatic Colors of #7f79de

#7f79de

Complementary Color

#7f79de #d8de79

#7f79de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f79de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f79de Color CSS Codes

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

#7f79de Text Font Color

<p style="color:#7f79de">Text here</p>

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


#7f79de Background Color

<div style="background-color:#7f79de">
Div content here</div>

This div background color is #7f79de


#7f79de Border Color

<div style="border:3px solid #7f79de">
Div here</div>

This div border color is #7f79de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,121,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f79de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f79de;
  -webkit-box-shadow: 1px 1px 3px 2px #7f79de;
  box-shadow:         1px 1px 3px 2px #7f79de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f79de


Comments

No comments written yet.

Please login to write comment.