Color Hex Logo

#7b79ce Color Hex

#7B79CE
(123,121,206)
0 Favorites   0 Comments

Color spaces of #7b79ce

RGB 123121206
HSL0.670.460.64
HSV241°41°81°
CMYK 0.400.410.00   0.19
XYZ26.146322.341961.3269
Yxy22.34190.23810.2035
Hunter Lab47.267216.0213-43.8388
CIE-Lab54.387921.7865-43.8100

#7b79ce color RGB value is (123,121,206).

#7b79ce hex color red value is 123, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7b79ce hue: 0.67 , saturation: 0.46 and the lightness value of 7b79ce is 0.64.

The process color (four color CMYK) of #7b79ce color hex is 0.40, 0.41, 0.00, 0.19. Web safe color of #7b79ce is #6666cc. Color #7b79ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01111001 11001110
Octal 173 171 316
Decimal 123 121 206
Hex 7B 79 CE

RGB Percentages of Color #7b79ce

%27.33
%26.89
%45.78

CMYK Percentages of Color #7b79ce

%40
%41
%0
%19

Triadic Colors of #7b79ce

#7b79ce #ce7b79 #79ce7b

Analogous Colors of #7b79ce

#7b79ce #a679ce #79a2ce

Monochromatic Colors of #7b79ce

#7b79ce

Complementary Color

#7b79ce #ccce79

#7b79ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b79ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b79ce Color CSS Codes

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

#7b79ce Text Font Color

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

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


#7b79ce Background Color

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

This div background color is #7b79ce


#7b79ce Border Color

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

This div border color is #7b79ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b79ce


Comments

No comments written yet.

Please login to write comment.