Color Hex Logo

#426dca Color Hex

#426DCA
(66,109,202)
0 Favorites   0 Comments

Color spaces of #426dca

RGB 66109202
HSL0.610.560.53
HSV221°67°79°
CMYK 0.670.460.00   0.21
XYZ18.376116.359858.0663
Yxy16.35980.19800.1763
Hunter Lab40.447210.3139-56.8040
CIE-Lab47.443015.6565-52.8032

#426dca color RGB value is (66,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101101 11001010
Octal 102 155 312
Decimal 66 109 202
Hex 42 6D CA

RGB Percentages of Color #426dca

%17.51
%28.91
%53.58

CMYK Percentages of Color #426dca

%67
%46
%0
%21

Triadic Colors of #426dca

#426dca #ca426d #6dca42

Analogous Colors of #426dca

#426dca #5b42ca #42b1ca

Monochromatic Colors of #426dca

#426dca

Complementary Color

#426dca #ca9f42

#426dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#426dca Color CSS Codes

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

#426dca Text Font Color

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

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


#426dca Background Color

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

This div background color is #426dca


#426dca Border Color

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

This div border color is #426dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426dca


Comments

No comments written yet.

Please login to write comment.