Color Hex Logo

#426afd Color Hex

#426AFD
(66,106,253)
0 Favorites   0 Comments

Color spaces of #426afd

RGB 66106253
HSL0.630.980.63
HSV227°74°99°
CMYK 0.740.580.00   0.01
XYZ25.130418.558295.1861
Yxy18.55820.18100.1336
Hunter Lab43.079228.7399-100.8493
CIE-Lab50.166335.7158-77.1554

#426afd color RGB value is (66,106,253).

#426afd hex color red value is 66, green value is 106 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #426afd hue: 0.63 , saturation: 0.98 and the lightness value of 426afd is 0.63.

The process color (four color CMYK) of #426afd color hex is 0.74, 0.58, 0.00, 0.01. Web safe color of #426afd is #3366ff. Color #426afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101010 11111101
Octal 102 152 375
Decimal 66 106 253
Hex 42 6A FD

RGB Percentages of Color #426afd

%15.53
%24.94
%59.53

CMYK Percentages of Color #426afd

%74
%58
%0
%1

Triadic Colors of #426afd

#426afd #fd426a #6afd42

Analogous Colors of #426afd

#426afd #7842fd #42c8fd

Monochromatic Colors of #426afd

#426afd

Complementary Color

#426afd #fdd542

#426afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#426afd Color CSS Codes

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

#426afd Text Font Color

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

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


#426afd Background Color

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

This div background color is #426afd


#426afd Border Color

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

This div border color is #426afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426afd

Related Colors


Comments

No comments written yet.

Please login to write comment.