Color Hex Logo

#7962fb Color Hex

#7962FB
(121,98,251)
0 Favorites   0 Comments

Color spaces of #7962fb

RGB 12198251
HSL0.690.950.68
HSV249°61°98°
CMYK 0.520.610.00   0.02
XYZ29.665419.765393.5183
Yxy19.76530.20750.1383
Hunter Lab44.458241.3050-93.5965
CIE-Lab51.570847.9086-73.6103

#7962fb color RGB value is (121,98,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100010 11111011
Octal 171 142 373
Decimal 121 98 251
Hex 79 62 FB

RGB Percentages of Color #7962fb

%25.74
%20.85
%53.40

CMYK Percentages of Color #7962fb

%52
%61
%0
%2

Triadic Colors of #7962fb

#7962fb #fb7962 #62fb79

Analogous Colors of #7962fb

#7962fb #c662fb #6298fb

Monochromatic Colors of #7962fb

#7962fb

Complementary Color

#7962fb #e4fb62

#7962fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7962fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7962fb Color CSS Codes

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

#7962fb Text Font Color

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

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


#7962fb Background Color

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

This div background color is #7962fb


#7962fb Border Color

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

This div border color is #7962fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7962fb

Related Colors


Comments

No comments written yet.

Please login to write comment.