Color Hex Logo

#408cbc Color Hex

#408CBC
(64,140,188)
0 Favorites   0 Comments

Color spaces of #408cbc

RGB 64140188
HSL0.560.490.49
HSV203°66°74°
CMYK 0.660.260.00   0.26
XYZ20.569523.477051.0243
Yxy23.47700.21640.2469
Hunter Lab48.4531-9.0153-28.5192
CIE-Lab55.5603-8.2581-31.9670

#408cbc color RGB value is (64,140,188).

#408cbc hex color red value is 64, green value is 140 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #408cbc hue: 0.56 , saturation: 0.49 and the lightness value of 408cbc is 0.49.

The process color (four color CMYK) of #408cbc color hex is 0.66, 0.26, 0.00, 0.26. Web safe color of #408cbc is #3399cc. Color #408cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001100 10111100
Octal 100 214 274
Decimal 64 140 188
Hex 40 8C BC

RGB Percentages of Color #408cbc

%16.33
%35.71
%47.96

CMYK Percentages of Color #408cbc

%66
%26
%0
%26

Triadic Colors of #408cbc

#408cbc #bc408c #8cbc40

Analogous Colors of #408cbc

#408cbc #404ebc #40bcae

Monochromatic Colors of #408cbc

#408cbc

Complementary Color

#408cbc #bc7040

#408cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#408cbc Color CSS Codes

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

#408cbc Text Font Color

<p style="color:#408cbc">Text here</p>

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


#408cbc Background Color

<div style="background-color:#408cbc">
Div content here</div>

This div background color is #408cbc


#408cbc Border Color

<div style="border:3px solid #408cbc">
Div here</div>

This div border color is #408cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,140,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #408cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #408cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #408cbc;
  box-shadow:         1px 1px 3px 2px #408cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408cbc


Comments

No comments written yet.

Please login to write comment.