Color Hex Logo

#4265cc Color Hex

#4265CC
(66,101,204)
0 Favorites   0 Comments

Color spaces of #4265cc

RGB 66101204
HSL0.620.580.53
HSV225°68°80°
CMYK 0.680.500.00   0.20
XYZ17.799514.825259.0502
Yxy14.82520.19420.1617
Hunter Lab38.503515.1363-63.9766
CIE-Lab45.393821.4331-57.2472

#4265cc color RGB value is (66,101,204).

#4265cc hex color red value is 66, green value is 101 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4265cc hue: 0.62 , saturation: 0.58 and the lightness value of 4265cc is 0.53.

The process color (four color CMYK) of #4265cc color hex is 0.68, 0.50, 0.00, 0.20. Web safe color of #4265cc is #3366cc. Color #4265cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 11001100
Octal 102 145 314
Decimal 66 101 204
Hex 42 65 CC

RGB Percentages of Color #4265cc

%17.79
%27.22
%54.99

CMYK Percentages of Color #4265cc

%68
%50
%0
%20

Triadic Colors of #4265cc

#4265cc #cc4265 #65cc42

Analogous Colors of #4265cc

#4265cc #6442cc #42aacc

Monochromatic Colors of #4265cc

#4265cc

Complementary Color

#4265cc #cca942

#4265cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4265cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4265cc Color CSS Codes

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

#4265cc Text Font Color

<p style="color:#4265cc">Text here</p>

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


#4265cc Background Color

<div style="background-color:#4265cc">
Div content here</div>

This div background color is #4265cc


#4265cc Border Color

<div style="border:3px solid #4265cc">
Div here</div>

This div border color is #4265cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,101,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4265cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4265cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4265cc;
  box-shadow:         1px 1px 3px 2px #4265cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4265cc


Comments

No comments written yet.

Please login to write comment.