Color Hex Logo

#7492e4 Color Hex

#7492E4
(116,146,228)
0 Favorites   0 Comments

Color spaces of #7492e4

RGB 116146228
HSL0.620.670.67
HSV224°49°89°
CMYK 0.490.360.00   0.11
XYZ31.484929.872277.5053
Yxy29.87220.22670.2151
Hunter Lab54.65557.1799-45.8186
CIE-Lab61.543811.7185-44.8787

#7492e4 color RGB value is (116,146,228).

#7492e4 hex color red value is 116, green value is 146 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #7492e4 hue: 0.62 , saturation: 0.67 and the lightness value of 7492e4 is 0.67.

The process color (four color CMYK) of #7492e4 color hex is 0.49, 0.36, 0.00, 0.11. Web safe color of #7492e4 is #6699cc. Color #7492e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010010 11100100
Octal 164 222 344
Decimal 116 146 228
Hex 74 92 E4

RGB Percentages of Color #7492e4

%23.67
%29.80
%46.53

CMYK Percentages of Color #7492e4

%49
%36
%0
%11

Triadic Colors of #7492e4

#7492e4 #e47492 #92e474

Analogous Colors of #7492e4

#7492e4 #8e74e4 #74cae4

Monochromatic Colors of #7492e4

#7492e4

Complementary Color

#7492e4 #e4c674

#7492e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7492e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7492e4 Color CSS Codes

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

#7492e4 Text Font Color

<p style="color:#7492e4">Text here</p>

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


#7492e4 Background Color

<div style="background-color:#7492e4">
Div content here</div>

This div background color is #7492e4


#7492e4 Border Color

<div style="border:3px solid #7492e4">
Div here</div>

This div border color is #7492e4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,146,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7492e4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7492e4;
  -webkit-box-shadow: 1px 1px 3px 2px #7492e4;
  box-shadow:         1px 1px 3px 2px #7492e4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7492e4


Comments

No comments written yet.

Please login to write comment.