Color Hex Logo

#463bde Color Hex

#463BDE
(70,59,222)
0 Favorites   0 Comments

Color spaces of #463bde

RGB 7059222
HSL0.680.710.55
HSV244°73°87°
CMYK 0.680.730.00   0.13
XYZ17.27469.703970.0698
Yxy9.70390.17800.1000
Hunter Lab31.151144.4714-111.5584
CIE-Lab37.305753.4559-80.7650

#463bde color RGB value is (70,59,222).

#463bde hex color red value is 70, green value is 59 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #463bde hue: 0.68 , saturation: 0.71 and the lightness value of 463bde is 0.55.

The process color (four color CMYK) of #463bde color hex is 0.68, 0.73, 0.00, 0.13. Web safe color of #463bde is #3333cc. Color #463bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111011 11011110
Octal 106 73 336
Decimal 70 59 222
Hex 46 3B DE

RGB Percentages of Color #463bde

%19.94
%16.81
%63.25

CMYK Percentages of Color #463bde

%68
%73
%0
%13

Triadic Colors of #463bde

#463bde #de463b #3bde46

Analogous Colors of #463bde

#463bde #983bde #3b82de

Monochromatic Colors of #463bde

#463bde

Complementary Color

#463bde #d3de3b

#463bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#463bde Color CSS Codes

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

#463bde Text Font Color

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

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


#463bde Background Color

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

This div background color is #463bde


#463bde Border Color

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

This div border color is #463bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463bde


Comments

No comments written yet.

Please login to write comment.