Color Hex Logo

#463acf Color Hex

#463ACF
(70,58,207)
0 Favorites   0 Comments

Color spaces of #463acf

RGB 7058207
HSL0.680.610.52
HSV245°72°81°
CMYK 0.660.720.00   0.19
XYZ15.30138.833259.9300
Yxy8.83320.18200.1051
Hunter Lab29.720739.8871-98.7502
CIE-Lab35.661149.3212-74.8338

#463acf color RGB value is (70,58,207).

#463acf hex color red value is 70, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #463acf hue: 0.68 , saturation: 0.61 and the lightness value of 463acf is 0.52.

The process color (four color CMYK) of #463acf color hex is 0.66, 0.72, 0.00, 0.19. Web safe color of #463acf is #3333cc. Color #463acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111010 11001111
Octal 106 72 317
Decimal 70 58 207
Hex 46 3A CF

RGB Percentages of Color #463acf

%20.90
%17.31
%61.79

CMYK Percentages of Color #463acf

%66
%72
%0
%19

Triadic Colors of #463acf

#463acf #cf463a #3acf46

Analogous Colors of #463acf

#463acf #913acf #3a79cf

Monochromatic Colors of #463acf

#463acf

Complementary Color

#463acf #c3cf3a

#463acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#463acf Color CSS Codes

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

#463acf Text Font Color

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

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


#463acf Background Color

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

This div background color is #463acf


#463acf Border Color

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

This div border color is #463acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463acf


Comments

No comments written yet.

Please login to write comment.