Color Hex Logo

#7879cb Color Hex

#7879CB
(120,121,203)
0 Favorites   0 Comments

Color spaces of #7879cb

RGB 120121203
HSL0.660.440.63
HSV239°41°80°
CMYK 0.410.400.00   0.20
XYZ25.362621.979659.4056
Yxy21.97960.23760.2059
Hunter Lab46.882414.5213-42.3098
CIE-Lab54.005420.1534-42.7263

#7879cb color RGB value is (120,121,203).

#7879cb hex color red value is 120, green value is 121 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7879cb hue: 0.66 , saturation: 0.44 and the lightness value of 7879cb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111001 11001011
Octal 170 171 313
Decimal 120 121 203
Hex 78 79 CB

RGB Percentages of Color #7879cb

%27.03
%27.25
%45.72

CMYK Percentages of Color #7879cb

%41
%40
%0
%20

Triadic Colors of #7879cb

#7879cb #cb7879 #79cb78

Analogous Colors of #7879cb

#7879cb #a178cb #78a3cb

Monochromatic Colors of #7879cb

#7879cb

Complementary Color

#7879cb #cbca78

#7879cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7879cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7879cb Color CSS Codes

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

#7879cb Text Font Color

<p style="color:#7879cb">Text here</p>

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


#7879cb Background Color

<div style="background-color:#7879cb">
Div content here</div>

This div background color is #7879cb


#7879cb Border Color

<div style="border:3px solid #7879cb">
Div here</div>

This div border color is #7879cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,121,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7879cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7879cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7879cb;
  box-shadow:         1px 1px 3px 2px #7879cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7879cb


Comments

No comments written yet.

Please login to write comment.