Color Hex Logo

#4244ec Color Hex

#4244EC
(66,68,236)
0 Favorites   0 Comments

Color spaces of #4244ec

RGB 6668236
HSL0.660.820.59
HSV239°72°93°
CMYK 0.720.710.00   0.07
XYZ19.454211.348680.5220
Yxy11.34860.17480.1019
Hunter Lab33.687744.1280-118.1366
CIE-Lab40.161552.5894-84.0322

#4244ec color RGB value is (66,68,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000100 11101100
Octal 102 104 354
Decimal 66 68 236
Hex 42 44 EC

RGB Percentages of Color #4244ec

%17.84
%18.38
%63.78

CMYK Percentages of Color #4244ec

%72
%71
%0
%7

Triadic Colors of #4244ec

#4244ec #ec4244 #44ec42

Analogous Colors of #4244ec

#4244ec #9542ec #4299ec

Monochromatic Colors of #4244ec

#4244ec

Complementary Color

#4244ec #ecea42

#4244ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4244ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4244ec Color CSS Codes

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

#4244ec Text Font Color

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

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


#4244ec Background Color

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

This div background color is #4244ec


#4244ec Border Color

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

This div border color is #4244ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4244ec


Comments

No comments written yet.

Please login to write comment.