Color Hex Logo

#7198fe Color Hex

#7198FE
(113,152,254)
0 Favorites   0 Comments

Color spaces of #7198fe

RGB 113152254
HSL0.620.990.72
HSV223°56°100°
CMYK 0.560.400.00   0.00
XYZ35.927733.122998.2657
Yxy33.12290.21470.1980
Hunter Lab57.552510.7135-60.9456
CIE-Lab64.260315.5716-54.8959

#7198fe color RGB value is (113,152,254).

#7198fe hex color red value is 113, green value is 152 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7198fe hue: 0.62 , saturation: 0.99 and the lightness value of 7198fe is 0.72.

The process color (four color CMYK) of #7198fe color hex is 0.56, 0.40, 0.00, 0.00. Web safe color of #7198fe is #6699ff. Color #7198fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011000 11111110
Octal 161 230 376
Decimal 113 152 254
Hex 71 98 FE

RGB Percentages of Color #7198fe

%21.77
%29.29
%48.94

CMYK Percentages of Color #7198fe

%56
%40
%0
%0

Triadic Colors of #7198fe

#7198fe #fe7198 #98fe71

Analogous Colors of #7198fe

#7198fe #9171fe #71dffe

Monochromatic Colors of #7198fe

#7198fe

Complementary Color

#7198fe #fed771

#7198fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7198fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7198fe Color CSS Codes

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

#7198fe Text Font Color

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

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


#7198fe Background Color

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

This div background color is #7198fe


#7198fe Border Color

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

This div border color is #7198fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7198fe


Comments

No comments written yet.

Please login to write comment.