Color Hex Logo

#4440ec Color Hex

#4440EC
(68,64,236)
0 Favorites   0 Comments

Color spaces of #4440ec

RGB 6864236
HSL0.670.820.59
HSV241°73°93°
CMYK 0.710.730.00   0.07
XYZ19.357610.951980.4505
Yxy10.95190.17480.0989
Hunter Lab33.093746.4968-120.9681
CIE-Lab39.499354.9550-85.1203

#4440ec color RGB value is (68,64,236).

#4440ec hex color red value is 68, green value is 64 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4440ec hue: 0.67 , saturation: 0.82 and the lightness value of 4440ec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000000 11101100
Octal 104 100 354
Decimal 68 64 236
Hex 44 40 EC

RGB Percentages of Color #4440ec

%18.48
%17.39
%64.13

CMYK Percentages of Color #4440ec

%71
%73
%0
%7

Triadic Colors of #4440ec

#4440ec #ec4440 #40ec44

Analogous Colors of #4440ec

#4440ec #9a40ec #4092ec

Monochromatic Colors of #4440ec

#4440ec

Complementary Color

#4440ec #e8ec40

#4440ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4440ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4440ec Color CSS Codes

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

#4440ec Text Font Color

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

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


#4440ec Background Color

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

This div background color is #4440ec


#4440ec Border Color

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

This div border color is #4440ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4440ec


Comments

No comments written yet.

Please login to write comment.