Color Hex Logo

#7b7898 Color Hex

#7B7898
(123,120,152)
0 Favorites   0 Comments

Color spaces of #7b7898

RGB 123120152
HSL0.680.130.53
HSV246°21°60°
CMYK 0.190.210.00   0.40
XYZ20.552319.910932.4657
Yxy19.91090.28180.2730
Hunter Lab44.62164.1276-11.9029
CIE-Lab51.73638.1409-16.8271

#7b7898 color RGB value is (123,120,152).

#7b7898 hex color red value is 123, green value is 120 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #7b7898 hue: 0.68 , saturation: 0.13 and the lightness value of 7b7898 is 0.53.

The process color (four color CMYK) of #7b7898 color hex is 0.19, 0.21, 0.00, 0.40. Web safe color of #7b7898 is #666699. Color #7b7898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01111000 10011000
Octal 173 170 230
Decimal 123 120 152
Hex 7B 78 98

RGB Percentages of Color #7b7898

%31.14
%30.38
%38.48

CMYK Percentages of Color #7b7898

%19
%21
%0
%40

Triadic Colors of #7b7898

#7b7898 #987b78 #78987b

Analogous Colors of #7b7898

#7b7898 #8b7898 #788598

Monochromatic Colors of #7b7898

#7b7898

Complementary Color

#7b7898 #959878

#7b7898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b7898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b7898 Color CSS Codes

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

#7b7898 Text Font Color

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

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


#7b7898 Background Color

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

This div background color is #7b7898


#7b7898 Border Color

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

This div border color is #7b7898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b7898


Comments

No comments written yet.

Please login to write comment.