Color Hex Logo

#7088da Color Hex

#7088DA
(112,136,218)
0 Favorites   0 Comments

Color spaces of #7088da

RGB 112136218
HSL0.630.590.65
HSV226°49°85°
CMYK 0.490.380.00   0.15
XYZ28.141126.115069.8872
Yxy26.11500.22670.2104
Hunter Lab51.10288.8657-45.3118
CIE-Lab58.146013.6555-44.6832

#7088da color RGB value is (112,136,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001000 11011010
Octal 160 210 332
Decimal 112 136 218
Hex 70 88 DA

RGB Percentages of Color #7088da

%24.03
%29.18
%46.78

CMYK Percentages of Color #7088da

%49
%38
%0
%15

Triadic Colors of #7088da

#7088da #da7088 #88da70

Analogous Colors of #7088da

#7088da #8d70da #70bdda

Monochromatic Colors of #7088da

#7088da

Complementary Color

#7088da #dac270

#7088da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7088da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7088da Color CSS Codes

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

#7088da Text Font Color

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

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


#7088da Background Color

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

This div background color is #7088da


#7088da Border Color

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

This div border color is #7088da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7088da


Comments

No comments written yet.

Please login to write comment.