Color Hex Logo

#4092ea Color Hex

#4092EA
(64,146,234)
0 Favorites   0 Comments

Color spaces of #4092ea

RGB 64146234
HSL0.590.800.58
HSV211°73°92°
CMYK 0.730.380.00   0.08
XYZ27.244527.588381.7310
Yxy27.58830.19950.2020
Hunter Lab52.52460.6700-55.4912
CIE-Lab59.51504.1776-51.5648

#4092ea color RGB value is (64,146,234).

#4092ea hex color red value is 64, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4092ea hue: 0.59 , saturation: 0.80 and the lightness value of 4092ea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010010 11101010
Octal 100 222 352
Decimal 64 146 234
Hex 40 92 EA

RGB Percentages of Color #4092ea

%14.41
%32.88
%52.70

CMYK Percentages of Color #4092ea

%73
%38
%0
%8

Triadic Colors of #4092ea

#4092ea #ea4092 #92ea40

Analogous Colors of #4092ea

#4092ea #4340ea #40e7ea

Monochromatic Colors of #4092ea

#4092ea

Complementary Color

#4092ea #ea9840

#4092ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4092ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4092ea Color CSS Codes

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

#4092ea Text Font Color

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

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


#4092ea Background Color

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

This div background color is #4092ea


#4092ea Border Color

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

This div border color is #4092ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,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 #4092ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4092ea


Comments

No comments written yet.

Please login to write comment.