Color Hex Logo

#7b96fb Color Hex

#7B96FB
(123,150,251)
0 Favorites   0 Comments

Color spaces of #7b96fb

RGB 123150251
HSL0.630.940.73
HSV227°51°98°
CMYK 0.510.400.00   0.02
XYZ36.487332.988795.7112
Yxy32.98870.22090.1997
Hunter Lab57.435812.8833-58.5960
CIE-Lab64.151817.9067-53.3935

#7b96fb color RGB value is (123,150,251).

#7b96fb hex color red value is 123, green value is 150 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7b96fb hue: 0.63 , saturation: 0.94 and the lightness value of 7b96fb is 0.73.

The process color (four color CMYK) of #7b96fb color hex is 0.51, 0.40, 0.00, 0.02. Web safe color of #7b96fb is #6699ff. Color #7b96fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010110 11111011
Octal 173 226 373
Decimal 123 150 251
Hex 7B 96 FB

RGB Percentages of Color #7b96fb

%23.47
%28.63
%47.90

CMYK Percentages of Color #7b96fb

%51
%40
%0
%2

Triadic Colors of #7b96fb

#7b96fb #fb7b96 #96fb7b

Analogous Colors of #7b96fb

#7b96fb #a07bfb #7bd6fb

Monochromatic Colors of #7b96fb

#7b96fb

Complementary Color

#7b96fb #fbe07b

#7b96fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b96fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b96fb Color CSS Codes

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

#7b96fb Text Font Color

<p style="color:#7b96fb">Text here</p>

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


#7b96fb Background Color

<div style="background-color:#7b96fb">
Div content here</div>

This div background color is #7b96fb


#7b96fb Border Color

<div style="border:3px solid #7b96fb">
Div here</div>

This div border color is #7b96fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,150,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b96fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b96fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7b96fb;
  box-shadow:         1px 1px 3px 2px #7b96fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,150,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 #7b96fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b96fb

Related Colors


Comments

No comments written yet.

Please login to write comment.