Color Hex Logo

#467afc Color Hex

#467AFC
(70,122,252)
0 Favorites   0 Comments

Color spaces of #467afc

RGB 70122252
HSL0.620.970.63
HSV223°72°99°
CMYK 0.720.520.00   0.01
XYZ27.056022.249494.9640
Yxy22.24940.18750.1542
Hunter Lab47.169319.8403-86.3477
CIE-Lab54.290625.9342-69.8956

#467afc color RGB value is (70,122,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111010 11111100
Octal 106 172 374
Decimal 70 122 252
Hex 46 7A FC

RGB Percentages of Color #467afc

%15.77
%27.48
%56.76

CMYK Percentages of Color #467afc

%72
%52
%0
%1

Triadic Colors of #467afc

#467afc #fc467a #7afc46

Analogous Colors of #467afc

#467afc #6d46fc #46d5fc

Monochromatic Colors of #467afc

#467afc

Complementary Color

#467afc #fcc846

#467afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#467afc Color CSS Codes

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

#467afc Text Font Color

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

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


#467afc Background Color

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

This div background color is #467afc


#467afc Border Color

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

This div border color is #467afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467afc


Comments

No comments written yet.

Please login to write comment.