Color Hex Logo

#4240da Color Hex

#4240DA
(66,64,218)
0 Favorites   0 Comments

Color spaces of #4240da

RGB 6664218
HSL0.670.680.55
HSV241°71°85°
CMYK 0.700.710.00   0.15
XYZ16.73519.887067.3560
Yxy9.88700.17810.1052
Hunter Lab31.443639.9760-104.9958
CIE-Lab37.638949.0401-77.9320

#4240da color RGB value is (66,64,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 11011010
Octal 102 100 332
Decimal 66 64 218
Hex 42 40 DA

RGB Percentages of Color #4240da

%18.97
%18.39
%62.64

CMYK Percentages of Color #4240da

%70
%71
%0
%15

Triadic Colors of #4240da

#4240da #da4240 #40da42

Analogous Colors of #4240da

#4240da #8f40da #408bda

Monochromatic Colors of #4240da

#4240da

Complementary Color

#4240da #d8da40

#4240da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4240da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4240da Color CSS Codes

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

#4240da Text Font Color

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

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


#4240da Background Color

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

This div background color is #4240da


#4240da Border Color

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

This div border color is #4240da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4240da


Comments

No comments written yet.

Please login to write comment.