Color Hex Logo

#7198fd Color Hex

#7198FD
(113,152,253)
0 Favorites   0 Comments

Color spaces of #7198fd

RGB 113152253
HSL0.620.970.72
HSV223°55°99°
CMYK 0.550.400.00   0.01
XYZ35.767933.059097.4244
Yxy33.05900.21510.1988
Hunter Lab57.497010.4222-60.2147
CIE-Lab64.208715.2574-54.4318

#7198fd color RGB value is (113,152,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011000 11111101
Octal 161 230 375
Decimal 113 152 253
Hex 71 98 FD

RGB Percentages of Color #7198fd

%21.81
%29.34
%48.84

CMYK Percentages of Color #7198fd

%55
%40
%0
%1

Triadic Colors of #7198fd

#7198fd #fd7198 #98fd71

Analogous Colors of #7198fd

#7198fd #9071fd #71defd

Monochromatic Colors of #7198fd

#7198fd

Complementary Color

#7198fd #fdd671

#7198fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7198fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7198fd Color CSS Codes

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

#7198fd Text Font Color

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

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


#7198fd Background Color

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

This div background color is #7198fd


#7198fd Border Color

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

This div border color is #7198fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7198fd


Comments

No comments written yet.

Please login to write comment.