Color Hex Logo

#4094cb Color Hex

#4094CB
(64,148,203)
0 Favorites   0 Comments

Color spaces of #4094cb

RGB 64148203
HSL0.570.570.52
HSV204°68°80°
CMYK 0.680.270.00   0.20
XYZ23.483726.581660.3929
Yxy26.58160.21260.2406
Hunter Lab51.5573-8.9209-33.3606
CIE-Lab58.5850-7.7404-35.7307

#4094cb color RGB value is (64,148,203).

#4094cb hex color red value is 64, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4094cb hue: 0.57 , saturation: 0.57 and the lightness value of 4094cb is 0.52.

The process color (four color CMYK) of #4094cb color hex is 0.68, 0.27, 0.00, 0.20. Web safe color of #4094cb is #3399cc. Color #4094cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010100 11001011
Octal 100 224 313
Decimal 64 148 203
Hex 40 94 CB

RGB Percentages of Color #4094cb

%15.42
%35.66
%48.92

CMYK Percentages of Color #4094cb

%68
%27
%0
%20

Triadic Colors of #4094cb

#4094cb #cb4094 #94cb40

Analogous Colors of #4094cb

#4094cb #404fcb #40cbbd

Monochromatic Colors of #4094cb

#4094cb

Complementary Color

#4094cb #cb7740

#4094cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4094cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4094cb Color CSS Codes

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

#4094cb Text Font Color

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

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


#4094cb Background Color

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

This div background color is #4094cb


#4094cb Border Color

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

This div border color is #4094cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4094cb


Comments

No comments written yet.

Please login to write comment.