Color Hex Logo

#7198bf Color Hex

#7198BF
(113,152,191)
0 Favorites   0 Comments

Color spaces of #7198bf

RGB 113152191
HSL0.580.380.60
HSV210°41°75°
CMYK 0.410.200.00   0.25
XYZ27.442329.728853.5821
Yxy29.72880.24780.2684
Hunter Lab54.5241-5.5772-20.0987
CIE-Lab61.4195-3.2358-24.4185

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011000 10111111
Octal 161 230 277
Decimal 113 152 191
Hex 71 98 BF

RGB Percentages of Color #7198bf

%24.78
%33.33
%41.89

CMYK Percentages of Color #7198bf

%41
%20
%0
%25

Triadic Colors of #7198bf

#7198bf #bf7198 #98bf71

Analogous Colors of #7198bf

#7198bf #7171bf #71bfbf

Monochromatic Colors of #7198bf

#7198bf

Complementary Color

#7198bf #bf9871

#7198bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7198bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7198bf Color CSS Codes

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

#7198bf Text Font Color

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

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


#7198bf Background Color

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

This div background color is #7198bf


#7198bf Border Color

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

This div border color is #7198bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7198bf


Comments

No comments written yet.

Please login to write comment.