Color Hex Logo

#4068cb Color Hex

#4068CB
(64,104,203)
0 Favorites   0 Comments

Color spaces of #4068cb

RGB 64104203
HSL0.620.570.52
HSV223°68°80°
CMYK 0.680.490.00   0.20
XYZ17.844215.302458.5131
Yxy15.30240.19470.1669
Hunter Lab39.118312.9676-61.3031
CIE-Lab46.045618.8630-55.6275

#4068cb color RGB value is (64,104,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101000 11001011
Octal 100 150 313
Decimal 64 104 203
Hex 40 68 CB

RGB Percentages of Color #4068cb

%17.25
%28.03
%54.72

CMYK Percentages of Color #4068cb

%68
%49
%0
%20

Triadic Colors of #4068cb

#4068cb #cb4068 #68cb40

Analogous Colors of #4068cb

#4068cb #5d40cb #40aecb

Monochromatic Colors of #4068cb

#4068cb

Complementary Color

#4068cb #cba340

#4068cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4068cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4068cb Color CSS Codes

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

#4068cb Text Font Color

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

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


#4068cb Background Color

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

This div background color is #4068cb


#4068cb Border Color

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

This div border color is #4068cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,104,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 #4068cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4068cb


Comments

No comments written yet.

Please login to write comment.