Color Hex Logo

#463dfc Color Hex

#463DFC
(70,61,252)
0 Favorites   0 Comments

Color spaces of #463dfc

RGB 7061252
HSL0.670.970.61
HSV243°76°99°
CMYK 0.720.760.00   0.01
XYZ21.765211.667993.2004
Yxy11.66790.17190.0921
Hunter Lab34.158353.9607-137.8610
CIE-Lab40.683461.5742-92.1661

#463dfc color RGB value is (70,61,252).

#463dfc hex color red value is 70, green value is 61 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #463dfc hue: 0.67 , saturation: 0.97 and the lightness value of 463dfc is 0.61.

The process color (four color CMYK) of #463dfc color hex is 0.72, 0.76, 0.00, 0.01. Web safe color of #463dfc is #3333ff. Color #463dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111101 11111100
Octal 106 75 374
Decimal 70 61 252
Hex 46 3D FC

RGB Percentages of Color #463dfc

%18.28
%15.93
%65.80

CMYK Percentages of Color #463dfc

%72
%76
%0
%1

Triadic Colors of #463dfc

#463dfc #fc463d #3dfc46

Analogous Colors of #463dfc

#463dfc #a63dfc #3d94fc

Monochromatic Colors of #463dfc

#463dfc

Complementary Color

#463dfc #f3fc3d

#463dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#463dfc Color CSS Codes

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

#463dfc Text Font Color

<p style="color:#463dfc">Text here</p>

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


#463dfc Background Color

<div style="background-color:#463dfc">
Div content here</div>

This div background color is #463dfc


#463dfc Border Color

<div style="border:3px solid #463dfc">
Div here</div>

This div border color is #463dfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,61,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #463dfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #463dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #463dfc;
  box-shadow:         1px 1px 3px 2px #463dfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,61,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463dfc


Comments

No comments written yet.

Please login to write comment.