Color Hex Logo

#707bcf Color Hex

#707BCF
(112,123,207)
0 Favorites   0 Comments

Color spaces of #707bcf

RGB 112123207
HSL0.650.500.63
HSV233°46°81°
CMYK 0.460.410.00   0.19
XYZ25.027522.115761.9811
Yxy22.11570.22930.2027
Hunter Lab47.027312.6982-45.2239
CIE-Lab54.149518.1079-44.8061

#707bcf color RGB value is (112,123,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111011 11001111
Octal 160 173 317
Decimal 112 123 207
Hex 70 7B CF

RGB Percentages of Color #707bcf

%25.34
%27.83
%46.83

CMYK Percentages of Color #707bcf

%46
%41
%0
%19

Triadic Colors of #707bcf

#707bcf #cf707b #7bcf70

Analogous Colors of #707bcf

#707bcf #9570cf #70abcf

Monochromatic Colors of #707bcf

#707bcf

Complementary Color

#707bcf #cfc470

#707bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#707bcf Color CSS Codes

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

#707bcf Text Font Color

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

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


#707bcf Background Color

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

This div background color is #707bcf


#707bcf Border Color

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

This div border color is #707bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707bcf


Comments

No comments written yet.

Please login to write comment.