Color Hex Logo

#4092f1 Color Hex

#4092F1
(64,146,241)
0 Favorites   0 Comments

Color spaces of #4092f1

RGB 64146241
HSL0.590.860.60
HSV212°73°95°
CMYK 0.730.390.00   0.05
XYZ28.270427.998687.1334
Yxy27.99860.19710.1952
Hunter Lab52.91372.7689-60.5937
CIE-Lab59.88756.6590-54.8423

#4092f1 color RGB value is (64,146,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010010 11110001
Octal 100 222 361
Decimal 64 146 241
Hex 40 92 F1

RGB Percentages of Color #4092f1

%14.19
%32.37
%53.44

CMYK Percentages of Color #4092f1

%73
%39
%0
%5

Triadic Colors of #4092f1

#4092f1 #f14092 #92f140

Analogous Colors of #4092f1

#4092f1 #4740f1 #40ebf1

Monochromatic Colors of #4092f1

#4092f1

Complementary Color

#4092f1 #f19f40

#4092f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4092f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4092f1 Color CSS Codes

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

#4092f1 Text Font Color

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

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


#4092f1 Background Color

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

This div background color is #4092f1


#4092f1 Border Color

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

This div border color is #4092f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4092f1


Comments

No comments written yet.

Please login to write comment.