Color Hex Logo

#4036ec Color Hex

#4036EC
(64,54,236)
0 Favorites   0 Comments

Color spaces of #4036ec

RGB 6454236
HSL0.680.830.57
HSV243°77°93°
CMYK 0.730.770.00   0.07
XYZ18.57389.784580.2665
Yxy9.78450.17100.0901
Hunter Lab31.280251.2508-130.2449
CIE-Lab37.452959.7508-88.5108

#4036ec color RGB value is (64,54,236).

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

The process color (four color CMYK) of #4036ec color hex is 0.73, 0.77, 0.00, 0.07. Web safe color of #4036ec is #3333ff. Color #4036ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 11101100
Octal 100 66 354
Decimal 64 54 236
Hex 40 36 EC

RGB Percentages of Color #4036ec

%18.08
%15.25
%66.67

CMYK Percentages of Color #4036ec

%73
%77
%0
%7

Triadic Colors of #4036ec

#4036ec #ec4036 #36ec40

Analogous Colors of #4036ec

#4036ec #9b36ec #3687ec

Monochromatic Colors of #4036ec

#4036ec

Complementary Color

#4036ec #e2ec36

#4036ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4036ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4036ec Color CSS Codes

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

#4036ec Text Font Color

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

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


#4036ec Background Color

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

This div background color is #4036ec


#4036ec Border Color

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

This div border color is #4036ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4036ec


Comments

No comments written yet.

Please login to write comment.