Color Hex Logo

#4036da Color Hex

#4036DA
(64,54,218)
0 Favorites   0 Comments

Color spaces of #4036da

RGB 6454218
HSL0.680.690.53
HSV244°75°85°
CMYK 0.710.750.00   0.15
XYZ16.08848.790367.1784
Yxy8.79030.17480.0955
Hunter Lab29.648444.9763-113.5873
CIE-Lab35.577454.2684-81.3363

#4036da color RGB value is (64,54,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 11011010
Octal 100 66 332
Decimal 64 54 218
Hex 40 36 DA

RGB Percentages of Color #4036da

%19.05
%16.07
%64.88

CMYK Percentages of Color #4036da

%71
%75
%0
%15

Triadic Colors of #4036da

#4036da #da4036 #36da40

Analogous Colors of #4036da

#4036da #9236da #367eda

Monochromatic Colors of #4036da

#4036da

Complementary Color

#4036da #d0da36

#4036da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4036da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4036da Color CSS Codes

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

#4036da Text Font Color

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

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


#4036da Background Color

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

This div background color is #4036da


#4036da Border Color

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

This div border color is #4036da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4036da


Comments

No comments written yet.

Please login to write comment.