Color Hex Logo

#426fcd Color Hex

#426FCD
(66,111,205)
0 Favorites   0 Comments

Color spaces of #426fcd

RGB 66111205
HSL0.610.580.53
HSV221°68°80°
CMYK 0.680.460.00   0.20
XYZ18.950716.934960.0276
Yxy16.93490.19760.1766
Hunter Lab41.152010.1840-57.6786
CIE-Lab48.177915.4716-53.3421

#426fcd color RGB value is (66,111,205).

#426fcd hex color red value is 66, green value is 111 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #426fcd hue: 0.61 , saturation: 0.58 and the lightness value of 426fcd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 11001101
Octal 102 157 315
Decimal 66 111 205
Hex 42 6F CD

RGB Percentages of Color #426fcd

%17.28
%29.06
%53.66

CMYK Percentages of Color #426fcd

%68
%46
%0
%20

Triadic Colors of #426fcd

#426fcd #cd426f #6fcd42

Analogous Colors of #426fcd

#426fcd #5b42cd #42b5cd

Monochromatic Colors of #426fcd

#426fcd

Complementary Color

#426fcd #cda042

#426fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fcd Color CSS Codes

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

#426fcd Text Font Color

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

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


#426fcd Background Color

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

This div background color is #426fcd


#426fcd Border Color

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

This div border color is #426fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fcd


Comments

No comments written yet.

Please login to write comment.