Color Hex Logo

#7876fb Color Hex

#7876FB
(120,118,251)
0 Favorites   0 Comments

Color spaces of #7876fb

RGB 120118251
HSL0.670.940.72
HSV241°53°98°
CMYK 0.520.530.00   0.02
XYZ31.636723.915094.2154
Yxy23.91500.21120.1597
Hunter Lab48.903029.8965-79.9948
CIE-Lab56.002636.1581-66.4405

#7876fb color RGB value is (120,118,251).

#7876fb hex color red value is 120, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7876fb hue: 0.67 , saturation: 0.94 and the lightness value of 7876fb is 0.72.

The process color (four color CMYK) of #7876fb color hex is 0.52, 0.53, 0.00, 0.02. Web safe color of #7876fb is #6666ff. Color #7876fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110110 11111011
Octal 170 166 373
Decimal 120 118 251
Hex 78 76 FB

RGB Percentages of Color #7876fb

%24.54
%24.13
%51.33

CMYK Percentages of Color #7876fb

%52
%53
%0
%2

Triadic Colors of #7876fb

#7876fb #fb7876 #76fb78

Analogous Colors of #7876fb

#7876fb #bb76fb #76b7fb

Monochromatic Colors of #7876fb

#7876fb

Complementary Color

#7876fb #f9fb76

#7876fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7876fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7876fb Color CSS Codes

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

#7876fb Text Font Color

<p style="color:#7876fb">Text here</p>

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


#7876fb Background Color

<div style="background-color:#7876fb">
Div content here</div>

This div background color is #7876fb


#7876fb Border Color

<div style="border:3px solid #7876fb">
Div here</div>

This div border color is #7876fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,118,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7876fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7876fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7876fb;
  box-shadow:         1px 1px 3px 2px #7876fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7876fb


Comments

No comments written yet.

Please login to write comment.