Color Hex Logo

#463bdf Color Hex

#463BDF
(70,59,223)
0 Favorites   0 Comments

Color spaces of #463bdf

RGB 7059223
HSL0.680.720.55
HSV244°74°87°
CMYK 0.690.740.00   0.13
XYZ17.40909.757770.7779
Yxy9.75770.17770.0996
Hunter Lab31.237344.8153-112.4739
CIE-Lab37.404053.7646-81.1752

#463bdf color RGB value is (70,59,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111011 11011111
Octal 106 73 337
Decimal 70 59 223
Hex 46 3B DF

RGB Percentages of Color #463bdf

%19.89
%16.76
%63.35

CMYK Percentages of Color #463bdf

%69
%74
%0
%13

Triadic Colors of #463bdf

#463bdf #df463b #3bdf46

Analogous Colors of #463bdf

#463bdf #983bdf #3b82df

Monochromatic Colors of #463bdf

#463bdf

Complementary Color

#463bdf #d4df3b

#463bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#463bdf Color CSS Codes

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

#463bdf Text Font Color

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

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


#463bdf Background Color

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

This div background color is #463bdf


#463bdf Border Color

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

This div border color is #463bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463bdf


Comments

No comments written yet.

Please login to write comment.