Color Hex Logo

#7171bf Color Hex

#7171BF
(113,113,191)
0 Favorites   0 Comments

Color spaces of #7171bf

RGB 113113191
HSL0.670.380.60
HSV240°41°75°
CMYK 0.410.410.00   0.25
XYZ22.119119.082651.8077
Yxy19.08260.23780.2052
Hunter Lab43.683613.9367-39.7379
CIE-Lab50.783719.6873-40.9935

#7171bf color RGB value is (113,113,191).

#7171bf hex color red value is 113, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7171bf hue: 0.67 , saturation: 0.38 and the lightness value of 7171bf is 0.60.

The process color (four color CMYK) of #7171bf color hex is 0.41, 0.41, 0.00, 0.25. Web safe color of #7171bf is #6666cc. Color #7171bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110001 10111111
Octal 161 161 277
Decimal 113 113 191
Hex 71 71 BF

RGB Percentages of Color #7171bf

%27.10
%27.10
%45.80

CMYK Percentages of Color #7171bf

%41
%41
%0
%25

Triadic Colors of #7171bf

#7171bf #bf7171 #71bf71

Analogous Colors of #7171bf

#7171bf #9871bf #7198bf

Monochromatic Colors of #7171bf

#7171bf

Complementary Color

#7171bf #bfbf71

#7171bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7171bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7171bf Color CSS Codes

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

#7171bf Text Font Color

<p style="color:#7171bf">Text here</p>

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


#7171bf Background Color

<div style="background-color:#7171bf">
Div content here</div>

This div background color is #7171bf


#7171bf Border Color

<div style="border:3px solid #7171bf">
Div here</div>

This div border color is #7171bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,113,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7171bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7171bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7171bf;
  box-shadow:         1px 1px 3px 2px #7171bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7171bf


Comments

No comments written yet.

Please login to write comment.