Color Hex Logo

#7b7dba Color Hex

#7B7DBA
(123,125,186)
0 Favorites   0 Comments

Color spaces of #7b7dba

RGB 123125186
HSL0.660.310.61
HSV238°34°73°
CMYK 0.340.330.00   0.27
XYZ24.364922.423449.4983
Yxy22.42340.25300.2329
Hunter Lab47.35348.9759-28.8283
CIE-Lab54.473413.8585-32.2766

#7b7dba color RGB value is (123,125,186).

#7b7dba hex color red value is 123, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7b7dba hue: 0.66 , saturation: 0.31 and the lightness value of 7b7dba is 0.61.

The process color (four color CMYK) of #7b7dba color hex is 0.34, 0.33, 0.00, 0.27. Web safe color of #7b7dba is #6666cc. Color #7b7dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01111101 10111010
Octal 173 175 272
Decimal 123 125 186
Hex 7B 7D BA

RGB Percentages of Color #7b7dba

%28.34
%28.80
%42.86

CMYK Percentages of Color #7b7dba

%34
%33
%0
%27

Triadic Colors of #7b7dba

#7b7dba #ba7b7d #7dba7b

Analogous Colors of #7b7dba

#7b7dba #997bba #7b9dba

Monochromatic Colors of #7b7dba

#7b7dba

Complementary Color

#7b7dba #bab87b

#7b7dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b7dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b7dba Color CSS Codes

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

#7b7dba Text Font Color

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

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


#7b7dba Background Color

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

This div background color is #7b7dba


#7b7dba Border Color

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

This div border color is #7b7dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b7dba


Comments

No comments written yet.

Please login to write comment.