Color Hex Logo

#463fec Color Hex

#463FEC
(70,63,236)
0 Favorites   0 Comments

Color spaces of #463fec

RGB 7063236
HSL0.670.820.59
HSV242°73°93°
CMYK 0.700.730.00   0.07
XYZ19.443610.913280.4386
Yxy10.91320.17550.0985
Hunter Lab33.035147.2489-121.2431
CIE-Lab39.433955.6721-85.2242

#463fec color RGB value is (70,63,236).

#463fec hex color red value is 70, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #463fec hue: 0.67 , saturation: 0.82 and the lightness value of 463fec is 0.59.

The process color (four color CMYK) of #463fec color hex is 0.70, 0.73, 0.00, 0.07. Web safe color of #463fec is #3333ff. Color #463fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111111 11101100
Octal 106 77 354
Decimal 70 63 236
Hex 46 3F EC

RGB Percentages of Color #463fec

%18.97
%17.07
%63.96

CMYK Percentages of Color #463fec

%70
%73
%0
%7

Triadic Colors of #463fec

#463fec #ec463f #3fec46

Analogous Colors of #463fec

#463fec #9d3fec #3f8fec

Monochromatic Colors of #463fec

#463fec

Complementary Color

#463fec #e5ec3f

#463fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#463fec Color CSS Codes

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

#463fec Text Font Color

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

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


#463fec Background Color

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

This div background color is #463fec


#463fec Border Color

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

This div border color is #463fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463fec


Comments

No comments written yet.

Please login to write comment.