Color Hex Logo

#467ff5 Color Hex

#467FF5
(70,127,245)
0 Favorites   0 Comments

Color spaces of #467ff5

RGB 70127245
HSL0.610.900.62
HSV220°71°96°
CMYK 0.710.480.00   0.04
XYZ26.596623.073489.4380
Yxy23.07340.19120.1659
Hunter Lab48.034814.7736-76.7702
CIE-Lab55.147920.3670-64.6368

#467ff5 color RGB value is (70,127,245).

#467ff5 hex color red value is 70, green value is 127 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #467ff5 hue: 0.61 , saturation: 0.90 and the lightness value of 467ff5 is 0.62.

The process color (four color CMYK) of #467ff5 color hex is 0.71, 0.48, 0.00, 0.04. Web safe color of #467ff5 is #3366ff. Color #467ff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 11110101
Octal 106 177 365
Decimal 70 127 245
Hex 46 7F F5

RGB Percentages of Color #467ff5

%15.84
%28.73
%55.43

CMYK Percentages of Color #467ff5

%71
%48
%0
%4

Triadic Colors of #467ff5

#467ff5 #f5467f #7ff546

Analogous Colors of #467ff5

#467ff5 #6546f5 #46d7f5

Monochromatic Colors of #467ff5

#467ff5

Complementary Color

#467ff5 #f5bc46

#467ff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467ff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467ff5 Color CSS Codes

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

#467ff5 Text Font Color

<p style="color:#467ff5">Text here</p>

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


#467ff5 Background Color

<div style="background-color:#467ff5">
Div content here</div>

This div background color is #467ff5


#467ff5 Border Color

<div style="border:3px solid #467ff5">
Div here</div>

This div border color is #467ff5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,127,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #467ff5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #467ff5;
  -webkit-box-shadow: 1px 1px 3px 2px #467ff5;
  box-shadow:         1px 1px 3px 2px #467ff5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467ff5


Comments

No comments written yet.

Please login to write comment.