Color Hex Logo

#7875fb Color Hex

#7875FB
(120,117,251)
0 Favorites   0 Comments

Color spaces of #7875fb

RGB 120117251
HSL0.670.940.72
HSV241°53°98°
CMYK 0.520.530.00   0.02
XYZ31.519623.680794.1764
Yxy23.68070.21100.1585
Hunter Lab48.662830.4571-80.6790
CIE-Lab55.766736.7469-66.8210

#7875fb color RGB value is (120,117,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110101 11111011
Octal 170 165 373
Decimal 120 117 251
Hex 78 75 FB

RGB Percentages of Color #7875fb

%24.59
%23.98
%51.43

CMYK Percentages of Color #7875fb

%52
%53
%0
%2

Triadic Colors of #7875fb

#7875fb #fb7875 #75fb78

Analogous Colors of #7875fb

#7875fb #bb75fb #75b5fb

Monochromatic Colors of #7875fb

#7875fb

Complementary Color

#7875fb #f8fb75

#7875fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7875fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7875fb Color CSS Codes

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

#7875fb Text Font Color

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

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


#7875fb Background Color

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

This div background color is #7875fb


#7875fb Border Color

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

This div border color is #7875fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,117,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 #7875fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7875fb


Comments

No comments written yet.

Please login to write comment.