Color Hex Logo

#7092ea Color Hex

#7092EA
(112,146,234)
0 Favorites   0 Comments

Color spaces of #7092ea

RGB 112146234
HSL0.620.740.68
HSV223°52°92°
CMYK 0.520.380.00   0.08
XYZ31.812329.943081.9448
Yxy29.94300.22140.2084
Hunter Lab54.72028.0130-50.4841
CIE-Lab61.605012.6497-48.1197

#7092ea color RGB value is (112,146,234).

#7092ea hex color red value is 112, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7092ea hue: 0.62 , saturation: 0.74 and the lightness value of 7092ea is 0.68.

The process color (four color CMYK) of #7092ea color hex is 0.52, 0.38, 0.00, 0.08. Web safe color of #7092ea is #6699ff. Color #7092ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010010 11101010
Octal 160 222 352
Decimal 112 146 234
Hex 70 92 EA

RGB Percentages of Color #7092ea

%22.76
%29.67
%47.56

CMYK Percentages of Color #7092ea

%52
%38
%0
%8

Triadic Colors of #7092ea

#7092ea #ea7092 #92ea70

Analogous Colors of #7092ea

#7092ea #8b70ea #70cfea

Monochromatic Colors of #7092ea

#7092ea

Complementary Color

#7092ea #eac870

#7092ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7092ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7092ea Color CSS Codes

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

#7092ea Text Font Color

<p style="color:#7092ea">Text here</p>

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


#7092ea Background Color

<div style="background-color:#7092ea">
Div content here</div>

This div background color is #7092ea


#7092ea Border Color

<div style="border:3px solid #7092ea">
Div here</div>

This div border color is #7092ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,146,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7092ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7092ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7092ea;
  box-shadow:         1px 1px 3px 2px #7092ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7092ea


Comments

No comments written yet.

Please login to write comment.