Color Hex Logo

#463efd Color Hex

#463EFD
(70,62,253)
0 Favorites   0 Comments

Color spaces of #463efd

RGB 7062253
HSL0.670.980.62
HSV243°75°99°
CMYK 0.720.750.00   0.01
XYZ21.978011.839294.0553
Yxy11.83920.17190.0926
Hunter Lab34.408153.8016-137.9846
CIE-Lab40.959461.3780-92.2690

#463efd color RGB value is (70,62,253).

#463efd hex color red value is 70, green value is 62 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #463efd hue: 0.67 , saturation: 0.98 and the lightness value of 463efd is 0.62.

The process color (four color CMYK) of #463efd color hex is 0.72, 0.75, 0.00, 0.01. Web safe color of #463efd is #3333ff. Color #463efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111110 11111101
Octal 106 76 375
Decimal 70 62 253
Hex 46 3E FD

RGB Percentages of Color #463efd

%18.18
%16.10
%65.71

CMYK Percentages of Color #463efd

%72
%75
%0
%1

Triadic Colors of #463efd

#463efd #fd463e #3efd46

Analogous Colors of #463efd

#463efd #a63efd #3e96fd

Monochromatic Colors of #463efd

#463efd

Complementary Color

#463efd #f5fd3e

#463efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#463efd Color CSS Codes

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

#463efd Text Font Color

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

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


#463efd Background Color

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

This div background color is #463efd


#463efd Border Color

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

This div border color is #463efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463efd

Related Colors


Comments

No comments written yet.

Please login to write comment.