Color Hex Logo

#7875fe Color Hex

#7875FE
(120,117,254)
0 Favorites   0 Comments

Color spaces of #7875fe

RGB 120117254
HSL0.670.990.73
HSV241°54°100°
CMYK 0.530.540.00   0.00
XYZ31.996423.871496.6872
Yxy23.87140.20970.1565
Hunter Lab48.858431.3941-83.1298
CIE-Lab55.958837.6551-68.1683

#7875fe color RGB value is (120,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110101 11111110
Octal 170 165 376
Decimal 120 117 254
Hex 78 75 FE

RGB Percentages of Color #7875fe

%24.44
%23.83
%51.73

CMYK Percentages of Color #7875fe

%53
%54
%0
%0

Triadic Colors of #7875fe

#7875fe #fe7875 #75fe78

Analogous Colors of #7875fe

#7875fe #bd75fe #75b7fe

Monochromatic Colors of #7875fe

#7875fe

Complementary Color

#7875fe #fbfe75

#7875fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7875fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7875fe Color CSS Codes

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

#7875fe Text Font Color

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

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


#7875fe Background Color

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

This div background color is #7875fe


#7875fe Border Color

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

This div border color is #7875fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7875fe

Related Colors


Comments

No comments written yet.

Please login to write comment.