Color Hex Logo

#6070fa Color Hex

#6070FA
(96,112,250)
0 Favorites   0 Comments

Color spaces of #6070fa

RGB 96112250
HSL0.650.940.68
HSV234°62°98°
CMYK 0.620.550.00   0.02
XYZ27.873420.977393.0224
Yxy20.97730.19650.1479
Hunter Lab45.801028.4792-88.3581
CIE-Lab52.924635.1015-70.9395

#6070fa color RGB value is (96,112,250).

#6070fa hex color red value is 96, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6070fa hue: 0.65 , saturation: 0.94 and the lightness value of 6070fa is 0.68.

The process color (four color CMYK) of #6070fa color hex is 0.62, 0.55, 0.00, 0.02. Web safe color of #6070fa is #6666ff. Color #6070fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110000 11111010
Octal 140 160 372
Decimal 96 112 250
Hex 60 70 FA

RGB Percentages of Color #6070fa

%20.96
%24.45
%54.59

CMYK Percentages of Color #6070fa

%62
%55
%0
%2

Triadic Colors of #6070fa

#6070fa #fa6070 #70fa60

Analogous Colors of #6070fa

#6070fa #9d60fa #60bdfa

Monochromatic Colors of #6070fa

#6070fa

Complementary Color

#6070fa #faea60

#6070fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6070fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6070fa Color CSS Codes

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

#6070fa Text Font Color

<p style="color:#6070fa">Text here</p>

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


#6070fa Background Color

<div style="background-color:#6070fa">
Div content here</div>

This div background color is #6070fa


#6070fa Border Color

<div style="border:3px solid #6070fa">
Div here</div>

This div border color is #6070fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,112,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6070fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6070fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6070fa;
  box-shadow:         1px 1px 3px 2px #6070fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,112,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 #6070fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6070fa


Comments

No comments written yet.

Please login to write comment.