Color Hex Logo

#7b96de Color Hex

#7B96DE
(123,150,222)
0 Favorites   0 Comments

Color spaces of #7b96de

RGB 123150222
HSL0.620.600.68
HSV224°45°87°
CMYK 0.450.320.00   0.13
XYZ32.259531.297673.4480
Yxy31.29760.23550.2284
Hunter Lab55.94435.0272-38.6796
CIE-Lab62.75819.2988-39.6131

#7b96de color RGB value is (123,150,222).

#7b96de hex color red value is 123, green value is 150 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7b96de hue: 0.62 , saturation: 0.60 and the lightness value of 7b96de is 0.68.

The process color (four color CMYK) of #7b96de color hex is 0.45, 0.32, 0.00, 0.13. Web safe color of #7b96de is #6699cc. Color #7b96de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010110 11011110
Octal 173 226 336
Decimal 123 150 222
Hex 7B 96 DE

RGB Percentages of Color #7b96de

%24.85
%30.30
%44.85

CMYK Percentages of Color #7b96de

%45
%32
%0
%13

Triadic Colors of #7b96de

#7b96de #de7b96 #96de7b

Analogous Colors of #7b96de

#7b96de #927bde #7bc8de

Monochromatic Colors of #7b96de

#7b96de

Complementary Color

#7b96de #dec37b

#7b96de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b96de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b96de Color CSS Codes

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

#7b96de Text Font Color

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

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


#7b96de Background Color

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

This div background color is #7b96de


#7b96de Border Color

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

This div border color is #7b96de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,150,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b96de


Comments

No comments written yet.

Please login to write comment.