Color Hex Logo

#4093ec Color Hex

#4093EC
(64,147,236)
0 Favorites   0 Comments

Color spaces of #4093ec

RGB 64147236
HSL0.590.820.59
HSV211°73°93°
CMYK 0.730.380.00   0.07
XYZ27.688428.013683.3047
Yxy28.01360.19920.2015
Hunter Lab52.92790.7557-56.2687
CIE-Lab59.90104.2943-52.0584

#4093ec color RGB value is (64,147,236).

#4093ec hex color red value is 64, green value is 147 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4093ec hue: 0.59 , saturation: 0.82 and the lightness value of 4093ec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010011 11101100
Octal 100 223 354
Decimal 64 147 236
Hex 40 93 EC

RGB Percentages of Color #4093ec

%14.32
%32.89
%52.80

CMYK Percentages of Color #4093ec

%73
%38
%0
%7

Triadic Colors of #4093ec

#4093ec #ec4093 #93ec40

Analogous Colors of #4093ec

#4093ec #4340ec #40e9ec

Monochromatic Colors of #4093ec

#4093ec

Complementary Color

#4093ec #ec9940

#4093ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4093ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4093ec Color CSS Codes

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

#4093ec Text Font Color

<p style="color:#4093ec">Text here</p>

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


#4093ec Background Color

<div style="background-color:#4093ec">
Div content here</div>

This div background color is #4093ec


#4093ec Border Color

<div style="border:3px solid #4093ec">
Div here</div>

This div border color is #4093ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,147,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4093ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4093ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4093ec;
  box-shadow:         1px 1px 3px 2px #4093ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4093ec


Comments

No comments written yet.

Please login to write comment.