Color Hex Logo

#4066ea Color Hex

#4066EA
(64,102,234)
0 Favorites   0 Comments

Color spaces of #4066ea

RGB 64102234
HSL0.630.800.58
HSV227°73°92°
CMYK 0.730.560.00   0.08
XYZ21.717016.533279.8885
Yxy16.53320.18380.1399
Hunter Lab40.661024.1798-88.0269
CIE-Lab47.666431.2489-70.6171

#4066ea color RGB value is (64,102,234).

#4066ea hex color red value is 64, green value is 102 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4066ea hue: 0.63 , saturation: 0.80 and the lightness value of 4066ea is 0.58.

The process color (four color CMYK) of #4066ea color hex is 0.73, 0.56, 0.00, 0.08. Web safe color of #4066ea is #3366ff. Color #4066ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100110 11101010
Octal 100 146 352
Decimal 64 102 234
Hex 40 66 EA

RGB Percentages of Color #4066ea

%16.00
%25.50
%58.50

CMYK Percentages of Color #4066ea

%73
%56
%0
%8

Triadic Colors of #4066ea

#4066ea #ea4066 #66ea40

Analogous Colors of #4066ea

#4066ea #6f40ea #40bbea

Monochromatic Colors of #4066ea

#4066ea

Complementary Color

#4066ea #eac440

#4066ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4066ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4066ea Color CSS Codes

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

#4066ea Text Font Color

<p style="color:#4066ea">Text here</p>

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


#4066ea Background Color

<div style="background-color:#4066ea">
Div content here</div>

This div background color is #4066ea


#4066ea Border Color

<div style="border:3px solid #4066ea">
Div here</div>

This div border color is #4066ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,102,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4066ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4066ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4066ea;
  box-shadow:         1px 1px 3px 2px #4066ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4066ea


Comments

No comments written yet.

Please login to write comment.