Color Hex Logo

#465fef Color Hex

#465FEF
(70,95,239)
0 Favorites   0 Comments

Color spaces of #465fef

RGB 7095239
HSL0.640.840.61
HSV231°71°94°
CMYK 0.710.600.00   0.06
XYZ22.198015.718583.5254
Yxy15.71850.18280.1294
Hunter Lab39.646630.5602-97.1566
CIE-Lab46.603038.0729-75.1474

#465fef color RGB value is (70,95,239).

#465fef hex color red value is 70, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #465fef hue: 0.64 , saturation: 0.84 and the lightness value of 465fef is 0.61.

The process color (four color CMYK) of #465fef color hex is 0.71, 0.60, 0.00, 0.06. Web safe color of #465fef is #3366ff. Color #465fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011111 11101111
Octal 106 137 357
Decimal 70 95 239
Hex 46 5F EF

RGB Percentages of Color #465fef

%17.33
%23.51
%59.16

CMYK Percentages of Color #465fef

%71
%60
%0
%6

Triadic Colors of #465fef

#465fef #ef465f #5fef46

Analogous Colors of #465fef

#465fef #8246ef #46b4ef

Monochromatic Colors of #465fef

#465fef

Complementary Color

#465fef #efd646

#465fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#465fef Color CSS Codes

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

#465fef Text Font Color

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

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


#465fef Background Color

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

This div background color is #465fef


#465fef Border Color

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

This div border color is #465fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465fef


Comments

No comments written yet.

Please login to write comment.