Color Hex Logo

#076cfa Color Hex

#076CFA
(7,108,250)
0 Favorites   0 Comments

Color spaces of #076cfa

RGB 7108250
HSL0.600.960.50
HSV215°97°98°
CMYK 0.970.570.00   0.02
XYZ22.705517.672492.6569
Yxy17.67240.17070.1328
Hunter Lab42.038622.8424-101.2537
CIE-Lab49.096329.6546-77.2911

#076cfa color RGB value is (7,108,250).

#076cfa hex color red value is 7, green value is 108 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #076cfa hue: 0.60 , saturation: 0.96 and the lightness value of 076cfa is 0.50.

The process color (four color CMYK) of #076cfa color hex is 0.97, 0.57, 0.00, 0.02. Web safe color of #076cfa is #0066ff. Color #076cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101100 11111010
Octal 7 154 372
Decimal 7 108 250
Hex 7 6C FA

RGB Percentages of Color #076cfa

%1.92
%29.59
%68.49

CMYK Percentages of Color #076cfa

%97
%57
%0
%2

Triadic Colors of #076cfa

#076cfa #fa076c #6cfa07

Analogous Colors of #076cfa

#076cfa #1b07fa #07e6fa

Monochromatic Colors of #076cfa

#076cfa

Complementary Color

#076cfa #fa9507

#076cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#076cfa Color CSS Codes

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

#076cfa Text Font Color

<p style="color:#076cfa">Text here</p>

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


#076cfa Background Color

<div style="background-color:#076cfa">
Div content here</div>

This div background color is #076cfa


#076cfa Border Color

<div style="border:3px solid #076cfa">
Div here</div>

This div border color is #076cfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,108,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #076cfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #076cfa;
  -webkit-box-shadow: 1px 1px 3px 2px #076cfa;
  box-shadow:         1px 1px 3px 2px #076cfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,108,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.