Color Hex Logo

#7090de Color Hex

#7090DE
(112,144,222)
0 Favorites   0 Comments

Color spaces of #7090de

RGB 112144222
HSL0.620.630.65
HSV223°50°87°
CMYK 0.500.350.00   0.13
XYZ29.840228.665273.0674
Yxy28.66520.22680.2179
Hunter Lab53.53995.7913-43.4368
CIE-Lab60.485010.1502-43.2286

#7090de color RGB value is (112,144,222).

#7090de hex color red value is 112, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7090de hue: 0.62 , saturation: 0.63 and the lightness value of 7090de is 0.65.

The process color (four color CMYK) of #7090de color hex is 0.50, 0.35, 0.00, 0.13. Web safe color of #7090de is #6699cc. Color #7090de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010000 11011110
Octal 160 220 336
Decimal 112 144 222
Hex 70 90 DE

RGB Percentages of Color #7090de

%23.43
%30.13
%46.44

CMYK Percentages of Color #7090de

%50
%35
%0
%13

Triadic Colors of #7090de

#7090de #de7090 #90de70

Analogous Colors of #7090de

#7090de #8770de #70c7de

Monochromatic Colors of #7090de

#7090de

Complementary Color

#7090de #debe70

#7090de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7090de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7090de Color CSS Codes

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

#7090de Text Font Color

<p style="color:#7090de">Text here</p>

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


#7090de Background Color

<div style="background-color:#7090de">
Div content here</div>

This div background color is #7090de


#7090de Border Color

<div style="border:3px solid #7090de">
Div here</div>

This div border color is #7090de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,144,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7090de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7090de;
  -webkit-box-shadow: 1px 1px 3px 2px #7090de;
  box-shadow:         1px 1px 3px 2px #7090de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7090de


Comments

No comments written yet.

Please login to write comment.