Color Hex Logo

#426cc2 Color Hex

#426CC2
(66,108,194)
0 Favorites   0 Comments

Color spaces of #426cc2

RGB 66108194
HSL0.610.510.51
HSV220°66°76°
CMYK 0.660.440.00   0.24
XYZ17.346915.778453.1702
Yxy15.77840.20100.1828
Hunter Lab39.72208.4387-51.5576
CIE-Lab46.682413.4335-49.4216

#426cc2 color RGB value is (66,108,194).

#426cc2 hex color red value is 66, green value is 108 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #426cc2 hue: 0.61 , saturation: 0.51 and the lightness value of 426cc2 is 0.51.

The process color (four color CMYK) of #426cc2 color hex is 0.66, 0.44, 0.00, 0.24. Web safe color of #426cc2 is #3366cc. Color #426cc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101100 11000010
Octal 102 154 302
Decimal 66 108 194
Hex 42 6C C2

RGB Percentages of Color #426cc2

%17.93
%29.35
%52.72

CMYK Percentages of Color #426cc2

%66
%44
%0
%24

Triadic Colors of #426cc2

#426cc2 #c2426c #6cc242

Analogous Colors of #426cc2

#426cc2 #5842c2 #42acc2

Monochromatic Colors of #426cc2

#426cc2

Complementary Color

#426cc2 #c29842

#426cc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426cc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426cc2 Color CSS Codes

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

#426cc2 Text Font Color

<p style="color:#426cc2">Text here</p>

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


#426cc2 Background Color

<div style="background-color:#426cc2">
Div content here</div>

This div background color is #426cc2


#426cc2 Border Color

<div style="border:3px solid #426cc2">
Div here</div>

This div border color is #426cc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,108,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426cc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426cc2;
  -webkit-box-shadow: 1px 1px 3px 2px #426cc2;
  box-shadow:         1px 1px 3px 2px #426cc2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426cc2


Comments

No comments written yet.

Please login to write comment.