Color Hex Logo

#408ccc Color Hex

#408CCC
(64,140,204)
0 Favorites   0 Comments

Color spaces of #408ccc

RGB 64140204
HSL0.580.580.53
HSV207°69°80°
CMYK 0.690.310.00   0.20
XYZ22.391524.205860.6188
Yxy24.20580.20880.2258
Hunter Lab49.1994-4.8605-38.6119
CIE-Lab56.2933-2.8034-39.8867

#408ccc color RGB value is (64,140,204).

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

The process color (four color CMYK) of #408ccc color hex is 0.69, 0.31, 0.00, 0.20. Web safe color of #408ccc is #3399cc. Color #408ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001100 11001100
Octal 100 214 314
Decimal 64 140 204
Hex 40 8C CC

RGB Percentages of Color #408ccc

%15.69
%34.31
%50.00

CMYK Percentages of Color #408ccc

%69
%31
%0
%20

Triadic Colors of #408ccc

#408ccc #cc408c #8ccc40

Analogous Colors of #408ccc

#408ccc #4046cc #40ccc6

Monochromatic Colors of #408ccc

#408ccc

Complementary Color

#408ccc #cc8040

#408ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#408ccc Color CSS Codes

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

#408ccc Text Font Color

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

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


#408ccc Background Color

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

This div background color is #408ccc


#408ccc Border Color

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

This div border color is #408ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408ccc


Comments

No comments written yet.

Please login to write comment.