Color Hex Logo

#463cdf Color Hex

#463CDF
(70,60,223)
0 Favorites   0 Comments

Color spaces of #463cdf

RGB 7060223
HSL0.680.720.55
HSV244°73°87°
CMYK 0.690.730.00   0.13
XYZ17.46099.861570.7952
Yxy9.86150.17800.1005
Hunter Lab31.403044.2954-111.6817
CIE-Lab37.592753.2332-80.8639

#463cdf color RGB value is (70,60,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111100 11011111
Octal 106 74 337
Decimal 70 60 223
Hex 46 3C DF

RGB Percentages of Color #463cdf

%19.83
%17.00
%63.17

CMYK Percentages of Color #463cdf

%69
%73
%0
%13

Triadic Colors of #463cdf

#463cdf #df463c #3cdf46

Analogous Colors of #463cdf

#463cdf #983cdf #3c84df

Monochromatic Colors of #463cdf

#463cdf

Complementary Color

#463cdf #d5df3c

#463cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#463cdf Color CSS Codes

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

#463cdf Text Font Color

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

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


#463cdf Background Color

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

This div background color is #463cdf


#463cdf Border Color

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

This div border color is #463cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,60,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 #463cdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463cdf


Comments

No comments written yet.

Please login to write comment.