Color Hex Logo

#071afc Color Hex

#071AFC
(7,26,252)
0 Favorites   0 Comments

Color spaces of #071afc

RGB 726252
HSL0.650.980.51
HSV235°97°99°
CMYK 0.970.900.00   0.01
XYZ18.02777.812292.6532
Yxy7.81220.15210.0659
Hunter Lab27.950366.2178-176.9767
CIE-Lab33.588773.5348-104.0260

#071afc color RGB value is (7,26,252).

#071afc hex color red value is 7, green value is 26 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #071afc hue: 0.65 , saturation: 0.98 and the lightness value of 071afc is 0.51.

The process color (four color CMYK) of #071afc color hex is 0.97, 0.90, 0.00, 0.01. Web safe color of #071afc is #0033ff. Color #071afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011010 11111100
Octal 7 32 374
Decimal 7 26 252
Hex 7 1A FC

RGB Percentages of Color #071afc

%2.46
%9.12
%88.42

CMYK Percentages of Color #071afc

%97
%90
%0
%1

Triadic Colors of #071afc

#071afc #fc071a #1afc07

Analogous Colors of #071afc

#071afc #6f07fc #0795fc

Monochromatic Colors of #071afc

#071afc

Complementary Color

#071afc #fce907

#071afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#071afc Color CSS Codes

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

#071afc Text Font Color

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

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


#071afc Background Color

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

This div background color is #071afc


#071afc Border Color

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

This div border color is #071afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071afc

Related Colors


Comments

No comments written yet.

Please login to write comment.