Color Hex Logo

#465afd Color Hex

#465AFD
(70,90,253)
0 Favorites   0 Comments

Color spaces of #465afd

RGB 7090253
HSL0.650.980.63
HSV233°72°99°
CMYK 0.720.640.00   0.01
XYZ23.911615.706394.6998
Yxy15.70630.17800.1169
Hunter Lab39.631238.3440-113.9333
CIE-Lab46.586845.8704-83.0007

#465afd color RGB value is (70,90,253).

#465afd hex color red value is 70, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #465afd hue: 0.65 , saturation: 0.98 and the lightness value of 465afd is 0.63.

The process color (four color CMYK) of #465afd color hex is 0.72, 0.64, 0.00, 0.01. Web safe color of #465afd is #3366ff. Color #465afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011010 11111101
Octal 106 132 375
Decimal 70 90 253
Hex 46 5A FD

RGB Percentages of Color #465afd

%16.95
%21.79
%61.26

CMYK Percentages of Color #465afd

%72
%64
%0
%1

Triadic Colors of #465afd

#465afd #fd465a #5afd46

Analogous Colors of #465afd

#465afd #8e46fd #46b6fd

Monochromatic Colors of #465afd

#465afd

Complementary Color

#465afd #fde946

#465afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#465afd Color CSS Codes

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

#465afd Text Font Color

<p style="color:#465afd">Text here</p>

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


#465afd Background Color

<div style="background-color:#465afd">
Div content here</div>

This div background color is #465afd


#465afd Border Color

<div style="border:3px solid #465afd">
Div here</div>

This div border color is #465afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465afd


Comments

No comments written yet.

Please login to write comment.