Color Hex Logo

#4093ee Color Hex

#4093EE
(64,147,238)
0 Favorites   0 Comments

Color spaces of #4093ee

RGB 64147238
HSL0.590.840.59
HSV211°73°93°
CMYK 0.730.380.00   0.07
XYZ27.980728.130584.8439
Yxy28.13050.19850.1996
Hunter Lab53.03821.3522-57.7180
CIE-Lab60.00655.0022-52.9963

#4093ee color RGB value is (64,147,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010011 11101110
Octal 100 223 356
Decimal 64 147 238
Hex 40 93 EE

RGB Percentages of Color #4093ee

%14.25
%32.74
%53.01

CMYK Percentages of Color #4093ee

%73
%38
%0
%7

Triadic Colors of #4093ee

#4093ee #ee4093 #93ee40

Analogous Colors of #4093ee

#4093ee #4440ee #40eaee

Monochromatic Colors of #4093ee

#4093ee

Complementary Color

#4093ee #ee9b40

#4093ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4093ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4093ee Color CSS Codes

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

#4093ee Text Font Color

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

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


#4093ee Background Color

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

This div background color is #4093ee


#4093ee Border Color

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

This div border color is #4093ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4093ee


Comments

No comments written yet.

Please login to write comment.