Color Hex Logo

#707bcc Color Hex

#707BCC
(112,123,204)
0 Favorites   0 Comments

Color spaces of #707bcc

RGB 112123204
HSL0.650.470.62
HSV233°45°80°
CMYK 0.450.400.00   0.20
XYZ24.664121.970360.0675
Yxy21.97030.23110.2059
Hunter Lab46.872511.8991-43.1699
CIE-Lab53.995517.2133-43.3481

#707bcc color RGB value is (112,123,204).

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

The process color (four color CMYK) of #707bcc color hex is 0.45, 0.40, 0.00, 0.20. Web safe color of #707bcc is #6666cc. Color #707bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111011 11001100
Octal 160 173 314
Decimal 112 123 204
Hex 70 7B CC

RGB Percentages of Color #707bcc

%25.51
%28.02
%46.47

CMYK Percentages of Color #707bcc

%45
%40
%0
%20

Triadic Colors of #707bcc

#707bcc #cc707b #7bcc70

Analogous Colors of #707bcc

#707bcc #9370cc #70a9cc

Monochromatic Colors of #707bcc

#707bcc

Complementary Color

#707bcc #ccc170

#707bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#707bcc Color CSS Codes

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

#707bcc Text Font Color

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

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


#707bcc Background Color

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

This div background color is #707bcc


#707bcc Border Color

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

This div border color is #707bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707bcc


Comments

No comments written yet.

Please login to write comment.