Color Hex Logo

#7198cf Color Hex

#7198CF
(113,152,207)
0 Favorites   0 Comments

Color spaces of #7198cf

RGB 113152207
HSL0.600.490.63
HSV215°45°81°
CMYK 0.450.270.00   0.19
XYZ29.300830.472263.3689
Yxy30.47220.23790.2475
Hunter Lab55.2016-1.8558-29.4210
CIE-Lab62.05951.3034-32.3962

#7198cf color RGB value is (113,152,207).

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

The process color (four color CMYK) of #7198cf color hex is 0.45, 0.27, 0.00, 0.19. Web safe color of #7198cf is #6699cc. Color #7198cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011000 11001111
Octal 161 230 317
Decimal 113 152 207
Hex 71 98 CF

RGB Percentages of Color #7198cf

%23.94
%32.20
%43.86

CMYK Percentages of Color #7198cf

%45
%27
%0
%19

Triadic Colors of #7198cf

#7198cf #cf7198 #98cf71

Analogous Colors of #7198cf

#7198cf #7971cf #71c7cf

Monochromatic Colors of #7198cf

#7198cf

Complementary Color

#7198cf #cfa871

#7198cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7198cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7198cf Color CSS Codes

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

#7198cf Text Font Color

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

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


#7198cf Background Color

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

This div background color is #7198cf


#7198cf Border Color

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

This div border color is #7198cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7198cf


Comments

No comments written yet.

Please login to write comment.