Color Hex Logo

#7088db Color Hex

#7088DB
(112,136,219)
0 Favorites   0 Comments

Color spaces of #7088db

RGB 112136219
HSL0.630.600.65
HSV227°49°86°
CMYK 0.490.380.00   0.14
XYZ28.272426.167570.5786
Yxy26.16750.22610.2093
Hunter Lab51.15429.1353-45.9959
CIE-Lab58.195713.9590-45.1647

#7088db color RGB value is (112,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001000 11011011
Octal 160 210 333
Decimal 112 136 219
Hex 70 88 DB

RGB Percentages of Color #7088db

%23.98
%29.12
%46.90

CMYK Percentages of Color #7088db

%49
%38
%0
%14

Triadic Colors of #7088db

#7088db #db7088 #88db70

Analogous Colors of #7088db

#7088db #8e70db #70bedb

Monochromatic Colors of #7088db

#7088db

Complementary Color

#7088db #dbc370

#7088db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7088db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7088db Color CSS Codes

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

#7088db Text Font Color

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

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


#7088db Background Color

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

This div background color is #7088db


#7088db Border Color

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

This div border color is #7088db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,136,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 #7088db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7088db


Comments

No comments written yet.

Please login to write comment.