Color Hex Logo

#707bff Color Hex

#707BFF
(112,123,255)
0 Favorites   0 Comments

Color spaces of #707bff

RGB 112123255
HSL0.651.000.72
HSV235°56°100°
CMYK 0.560.520.00   0.00
XYZ31.815124.830797.7237
Yxy24.83070.20610.1609
Hunter Lab49.830426.7632-81.3939
CIE-Lab56.910132.8966-67.2127

#707bff color RGB value is (112,123,255).

#707bff hex color red value is 112, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #707bff hue: 0.65 , saturation: 1.00 and the lightness value of 707bff is 0.72.

The process color (four color CMYK) of #707bff color hex is 0.56, 0.52, 0.00, 0.00. Web safe color of #707bff is #6666ff. Color #707bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111011 11111111
Octal 160 173 377
Decimal 112 123 255
Hex 70 7B FF

RGB Percentages of Color #707bff

%22.86
%25.10
%52.04

CMYK Percentages of Color #707bff

%56
%52
%0
%0

Triadic Colors of #707bff

#707bff #ff707b #7bff70

Analogous Colors of #707bff

#707bff #ad70ff #70c3ff

Monochromatic Colors of #707bff

#707bff

Complementary Color

#707bff #fff470

#707bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#707bff Color CSS Codes

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

#707bff Text Font Color

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

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


#707bff Background Color

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

This div background color is #707bff


#707bff Border Color

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

This div border color is #707bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707bff

Related Colors


Comments

No comments written yet.

Please login to write comment.