Color Hex Logo

#4094dd Color Hex

#4094DD
(64,148,221)
0 Favorites   0 Comments

Color spaces of #4094dd

RGB 64148221
HSL0.580.700.56
HSV208°71°87°
CMYK 0.710.330.00   0.13
XYZ25.755427.490372.3553
Yxy27.49030.20510.2189
Hunter Lab52.4312-4.0713-45.1187
CIE-Lab59.4254-1.5557-44.4848

#4094dd color RGB value is (64,148,221).

#4094dd hex color red value is 64, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4094dd hue: 0.58 , saturation: 0.70 and the lightness value of 4094dd is 0.56.

The process color (four color CMYK) of #4094dd color hex is 0.71, 0.33, 0.00, 0.13. Web safe color of #4094dd is #3399cc. Color #4094dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010100 11011101
Octal 100 224 335
Decimal 64 148 221
Hex 40 94 DD

RGB Percentages of Color #4094dd

%14.78
%34.18
%51.04

CMYK Percentages of Color #4094dd

%71
%33
%0
%13

Triadic Colors of #4094dd

#4094dd #dd4094 #94dd40

Analogous Colors of #4094dd

#4094dd #4046dd #40ddd8

Monochromatic Colors of #4094dd

#4094dd

Complementary Color

#4094dd #dd8940

#4094dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4094dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4094dd Color CSS Codes

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

#4094dd Text Font Color

<p style="color:#4094dd">Text here</p>

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


#4094dd Background Color

<div style="background-color:#4094dd">
Div content here</div>

This div background color is #4094dd


#4094dd Border Color

<div style="border:3px solid #4094dd">
Div here</div>

This div border color is #4094dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,148,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4094dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4094dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4094dd;
  box-shadow:         1px 1px 3px 2px #4094dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4094dd


Comments

No comments written yet.

Please login to write comment.