Color Hex Logo

#7671bc Color Hex

#7671BC
(118,113,188)
0 Favorites   0 Comments

Color spaces of #7671bc

RGB 118113188
HSL0.680.360.59
HSV244°40°74°
CMYK 0.370.400.00   0.26
XYZ22.453419.292650.1174
Yxy19.29260.24440.2100
Hunter Lab43.923314.3825-36.9047
CIE-Lab51.027820.1768-38.8558

#7671bc color RGB value is (118,113,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 10111100
Octal 166 161 274
Decimal 118 113 188
Hex 76 71 BC

RGB Percentages of Color #7671bc

%28.16
%26.97
%44.87

CMYK Percentages of Color #7671bc

%37
%40
%0
%26

Triadic Colors of #7671bc

#7671bc #bc7671 #71bc76

Analogous Colors of #7671bc

#7671bc #9c71bc #7192bc

Monochromatic Colors of #7671bc

#7671bc

Complementary Color

#7671bc #b7bc71

#7671bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7671bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7671bc Color CSS Codes

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

#7671bc Text Font Color

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

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


#7671bc Background Color

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

This div background color is #7671bc


#7671bc Border Color

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

This div border color is #7671bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,113,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7671bc


Comments

No comments written yet.

Please login to write comment.