Color Hex Logo

#7671ba Color Hex

#7671BA
(118,113,186)
0 Favorites   0 Comments

Color spaces of #7671ba

RGB 118113186
HSL0.680.350.59
HSV244°39°73°
CMYK 0.370.390.00   0.27
XYZ22.239319.207048.9896
Yxy19.20700.24590.2124
Hunter Lab43.825813.8843-35.5978
CIE-Lab50.928519.6192-37.8598

#7671ba color RGB value is (118,113,186).

#7671ba hex color red value is 118, green value is 113 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7671ba hue: 0.68 , saturation: 0.35 and the lightness value of 7671ba is 0.59.

The process color (four color CMYK) of #7671ba color hex is 0.37, 0.39, 0.00, 0.27. Web safe color of #7671ba is #6666cc. Color #7671ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 10111010
Octal 166 161 272
Decimal 118 113 186
Hex 76 71 BA

RGB Percentages of Color #7671ba

%28.30
%27.10
%44.60

CMYK Percentages of Color #7671ba

%37
%39
%0
%27

Triadic Colors of #7671ba

#7671ba #ba7671 #71ba76

Analogous Colors of #7671ba

#7671ba #9b71ba #7191ba

Monochromatic Colors of #7671ba

#7671ba

Complementary Color

#7671ba #b5ba71

#7671ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7671ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7671ba Color CSS Codes

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

#7671ba Text Font Color

<p style="color:#7671ba">Text here</p>

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


#7671ba Background Color

<div style="background-color:#7671ba">
Div content here</div>

This div background color is #7671ba


#7671ba Border Color

<div style="border:3px solid #7671ba">
Div here</div>

This div border color is #7671ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,113,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7671ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7671ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7671ba;
  box-shadow:         1px 1px 3px 2px #7671ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,113,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 #7671ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7671ba


Comments

No comments written yet.

Please login to write comment.