Color Hex Logo

#467dfc Color Hex

#467DFC
(70,125,252)
0 Favorites   0 Comments

Color spaces of #467dfc

RGB 70125252
HSL0.620.970.63
HSV222°72°99°
CMYK 0.720.500.00   0.01
XYZ27.430122.997695.0887
Yxy22.99760.18850.1580
Hunter Lab47.955818.1770-83.9935
CIE-Lab55.069924.0844-68.6357

#467dfc color RGB value is (70,125,252).

#467dfc hex color red value is 70, green value is 125 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #467dfc hue: 0.62 , saturation: 0.97 and the lightness value of 467dfc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111101 11111100
Octal 106 175 374
Decimal 70 125 252
Hex 46 7D FC

RGB Percentages of Color #467dfc

%15.66
%27.96
%56.38

CMYK Percentages of Color #467dfc

%72
%50
%0
%1

Triadic Colors of #467dfc

#467dfc #fc467d #7dfc46

Analogous Colors of #467dfc

#467dfc #6a46fc #46d8fc

Monochromatic Colors of #467dfc

#467dfc

Complementary Color

#467dfc #fcc546

#467dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#467dfc Color CSS Codes

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

#467dfc Text Font Color

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

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


#467dfc Background Color

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

This div background color is #467dfc


#467dfc Border Color

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

This div border color is #467dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467dfc


Comments

No comments written yet.

Please login to write comment.