Color Hex Logo

#707abf Color Hex

#707ABF
(112,122,191)
0 Favorites   0 Comments

Color spaces of #707abf

RGB 112122191
HSL0.650.380.59
HSV232°41°75°
CMYK 0.410.360.00   0.25
XYZ23.045621.125452.1532
Yxy21.12540.23930.2193
Hunter Lab45.96249.0660-35.1023
CIE-Lab53.086513.9971-37.3695

#707abf color RGB value is (112,122,191).

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

The process color (four color CMYK) of #707abf color hex is 0.41, 0.36, 0.00, 0.25. Web safe color of #707abf is #6666cc. Color #707abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111010 10111111
Octal 160 172 277
Decimal 112 122 191
Hex 70 7A BF

RGB Percentages of Color #707abf

%26.35
%28.71
%44.94

CMYK Percentages of Color #707abf

%41
%36
%0
%25

Triadic Colors of #707abf

#707abf #bf707a #7abf70

Analogous Colors of #707abf

#707abf #8e70bf #70a2bf

Monochromatic Colors of #707abf

#707abf

Complementary Color

#707abf #bfb570

#707abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#707abf Color CSS Codes

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

#707abf Text Font Color

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

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


#707abf Background Color

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

This div background color is #707abf


#707abf Border Color

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

This div border color is #707abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707abf


Comments

No comments written yet.

Please login to write comment.