Color Hex Logo

#463ce8 Color Hex

#463CE8
(70,60,232)
0 Favorites   0 Comments

Color spaces of #463ce8

RGB 7060232
HSL0.680.790.57
HSV243°74°91°
CMYK 0.700.740.00   0.09
XYZ18.707110.360077.3576
Yxy10.36000.17580.0973
Hunter Lab32.187047.4173-119.9658
CIE-Lab38.480956.0119-84.5287

#463ce8 color RGB value is (70,60,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111100 11101000
Octal 106 74 350
Decimal 70 60 232
Hex 46 3C E8

RGB Percentages of Color #463ce8

%19.34
%16.57
%64.09

CMYK Percentages of Color #463ce8

%70
%74
%0
%9

Triadic Colors of #463ce8

#463ce8 #e8463c #3ce846

Analogous Colors of #463ce8

#463ce8 #9c3ce8 #3c88e8

Monochromatic Colors of #463ce8

#463ce8

Complementary Color

#463ce8 #dee83c

#463ce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463ce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463ce8 Color CSS Codes

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

#463ce8 Text Font Color

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

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


#463ce8 Background Color

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

This div background color is #463ce8


#463ce8 Border Color

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

This div border color is #463ce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463ce8


Comments

No comments written yet.

Please login to write comment.