Color Hex Logo

#707afb Color Hex

#707AFB
(112,122,251)
0 Favorites   0 Comments

Color spaces of #707afb

RGB 112122251
HSL0.650.950.71
HSV236°55°98°
CMYK 0.550.510.00   0.02
XYZ31.054224.328894.3260
Yxy24.32880.20740.1625
Hunter Lab49.324226.0650-78.8572
CIE-Lab56.415532.2384-65.8031

#707afb color RGB value is (112,122,251).

#707afb hex color red value is 112, green value is 122 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #707afb hue: 0.65 , saturation: 0.95 and the lightness value of 707afb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111010 11111011
Octal 160 172 373
Decimal 112 122 251
Hex 70 7A FB

RGB Percentages of Color #707afb

%23.09
%25.15
%51.75

CMYK Percentages of Color #707afb

%55
%51
%0
%2

Triadic Colors of #707afb

#707afb #fb707a #7afb70

Analogous Colors of #707afb

#707afb #ac70fb #70c0fb

Monochromatic Colors of #707afb

#707afb

Complementary Color

#707afb #fbf170

#707afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#707afb Color CSS Codes

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

#707afb Text Font Color

<p style="color:#707afb">Text here</p>

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


#707afb Background Color

<div style="background-color:#707afb">
Div content here</div>

This div background color is #707afb


#707afb Border Color

<div style="border:3px solid #707afb">
Div here</div>

This div border color is #707afb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,122,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707afb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707afb;
  -webkit-box-shadow: 1px 1px 3px 2px #707afb;
  box-shadow:         1px 1px 3px 2px #707afb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,122,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707afb


Comments

No comments written yet.

Please login to write comment.