Color Hex Logo

#4240fc Color Hex

#4240FC
(66,64,252)
0 Favorites   0 Comments

Color spaces of #4240fc

RGB 6664252
HSL0.670.970.62
HSV241°75°99°
CMYK 0.740.750.00   0.01
XYZ21.650811.853393.2423
Yxy11.85330.17080.0935
Hunter Lab34.428652.0015-136.4738
CIE-Lab40.982059.7500-91.6796

#4240fc color RGB value is (66,64,252).

#4240fc hex color red value is 66, green value is 64 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4240fc hue: 0.67 , saturation: 0.97 and the lightness value of 4240fc is 0.62.

The process color (four color CMYK) of #4240fc color hex is 0.74, 0.75, 0.00, 0.01. Web safe color of #4240fc is #3333ff. Color #4240fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 11111100
Octal 102 100 374
Decimal 66 64 252
Hex 42 40 FC

RGB Percentages of Color #4240fc

%17.28
%16.75
%65.97

CMYK Percentages of Color #4240fc

%74
%75
%0
%1

Triadic Colors of #4240fc

#4240fc #fc4240 #40fc42

Analogous Colors of #4240fc

#4240fc #a040fc #409cfc

Monochromatic Colors of #4240fc

#4240fc

Complementary Color

#4240fc #fafc40

#4240fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4240fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4240fc Color CSS Codes

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

#4240fc Text Font Color

<p style="color:#4240fc">Text here</p>

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


#4240fc Background Color

<div style="background-color:#4240fc">
Div content here</div>

This div background color is #4240fc


#4240fc Border Color

<div style="border:3px solid #4240fc">
Div here</div>

This div border color is #4240fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,64,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4240fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4240fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4240fc;
  box-shadow:         1px 1px 3px 2px #4240fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4240fc


Comments

No comments written yet.

Please login to write comment.