Color Hex Logo

#7098db Color Hex

#7098DB
(112,152,219)
0 Favorites   0 Comments

Color spaces of #7098db

RGB 112152219
HSL0.600.600.65
HSV218°49°86°
CMYK 0.490.310.00   0.14
XYZ30.696531.015771.3866
Yxy31.01570.23060.2330
Hunter Lab55.69170.9261-37.0147
CIE-Lab62.52094.5948-38.3655

#7098db color RGB value is (112,152,219).

#7098db hex color red value is 112, green value is 152 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7098db hue: 0.60 , saturation: 0.60 and the lightness value of 7098db is 0.65.

The process color (four color CMYK) of #7098db color hex is 0.49, 0.31, 0.00, 0.14. Web safe color of #7098db is #6699cc. Color #7098db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011000 11011011
Octal 160 230 333
Decimal 112 152 219
Hex 70 98 DB

RGB Percentages of Color #7098db

%23.19
%31.47
%45.34

CMYK Percentages of Color #7098db

%49
%31
%0
%14

Triadic Colors of #7098db

#7098db #db7098 #98db70

Analogous Colors of #7098db

#7098db #7e70db #70cedb

Monochromatic Colors of #7098db

#7098db

Complementary Color

#7098db #dbb370

#7098db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7098db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7098db Color CSS Codes

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

#7098db Text Font Color

<p style="color:#7098db">Text here</p>

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


#7098db Background Color

<div style="background-color:#7098db">
Div content here</div>

This div background color is #7098db


#7098db Border Color

<div style="border:3px solid #7098db">
Div here</div>

This div border color is #7098db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,152,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7098db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7098db;
  -webkit-box-shadow: 1px 1px 3px 2px #7098db;
  box-shadow:         1px 1px 3px 2px #7098db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7098db


Comments

No comments written yet.

Please login to write comment.