Color Hex Logo

#4036db Color Hex

#4036DB
(64,54,219)
0 Favorites   0 Comments

Color spaces of #4036db

RGB 6454219
HSL0.680.700.54
HSV244°75°86°
CMYK 0.710.750.00   0.14
XYZ16.21978.842867.8698
Yxy8.84280.17450.0952
Hunter Lab29.736845.3218-114.5046
CIE-Lab35.679954.5771-81.7418

#4036db color RGB value is (64,54,219).

#4036db hex color red value is 64, green value is 54 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4036db hue: 0.68 , saturation: 0.70 and the lightness value of 4036db is 0.54.

The process color (four color CMYK) of #4036db color hex is 0.71, 0.75, 0.00, 0.14. Web safe color of #4036db is #3333cc. Color #4036db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 11011011
Octal 100 66 333
Decimal 64 54 219
Hex 40 36 DB

RGB Percentages of Color #4036db

%18.99
%16.02
%64.99

CMYK Percentages of Color #4036db

%71
%75
%0
%14

Triadic Colors of #4036db

#4036db #db4036 #36db40

Analogous Colors of #4036db

#4036db #9336db #367fdb

Monochromatic Colors of #4036db

#4036db

Complementary Color

#4036db #d1db36

#4036db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4036db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4036db Color CSS Codes

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

#4036db Text Font Color

<p style="color:#4036db">Text here</p>

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


#4036db Background Color

<div style="background-color:#4036db">
Div content here</div>

This div background color is #4036db


#4036db Border Color

<div style="border:3px solid #4036db">
Div here</div>

This div border color is #4036db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,54,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4036db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4036db;
  -webkit-box-shadow: 1px 1px 3px 2px #4036db;
  box-shadow:         1px 1px 3px 2px #4036db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4036db


Comments

No comments written yet.

Please login to write comment.