Color Hex Logo

#7958fb Color Hex

#7958FB
(121,88,251)
0 Favorites   0 Comments

Color spaces of #7958fb

RGB 12188251
HSL0.700.950.66
HSV252°65°98°
CMYK 0.520.650.00   0.02
XYZ28.787518.009493.2257
Yxy18.00940.20560.1286
Hunter Lab42.437546.8200-100.5407
CIE-Lab49.507553.4229-76.9692

#7958fb color RGB value is (121,88,251).

#7958fb hex color red value is 121, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7958fb hue: 0.70 , saturation: 0.95 and the lightness value of 7958fb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011000 11111011
Octal 171 130 373
Decimal 121 88 251
Hex 79 58 FB

RGB Percentages of Color #7958fb

%26.30
%19.13
%54.57

CMYK Percentages of Color #7958fb

%52
%65
%0
%2

Triadic Colors of #7958fb

#7958fb #fb7958 #58fb79

Analogous Colors of #7958fb

#7958fb #cb58fb #5889fb

Monochromatic Colors of #7958fb

#7958fb

Complementary Color

#7958fb #dafb58

#7958fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7958fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7958fb Color CSS Codes

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

#7958fb Text Font Color

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

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


#7958fb Background Color

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

This div background color is #7958fb


#7958fb Border Color

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

This div border color is #7958fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7958fb


Comments

No comments written yet.

Please login to write comment.