Color Hex Logo

#707bed Color Hex

#707BED
(112,123,237)
0 Favorites   0 Comments

Color spaces of #707bed

RGB 112123237
HSL0.650.780.68
HSV235°53°93°
CMYK 0.530.480.00   0.07
XYZ29.051123.725183.1690
Yxy23.72510.21370.1745
Hunter Lab48.708421.2228-67.1410
CIE-Lab55.811527.2723-59.0099

#707bed color RGB value is (112,123,237).

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

The process color (four color CMYK) of #707bed color hex is 0.53, 0.48, 0.00, 0.07. Web safe color of #707bed is #6666ff. Color #707bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111011 11101101
Octal 160 173 355
Decimal 112 123 237
Hex 70 7B ED

RGB Percentages of Color #707bed

%23.73
%26.06
%50.21

CMYK Percentages of Color #707bed

%53
%48
%0
%7

Triadic Colors of #707bed

#707bed #ed707b #7bed70

Analogous Colors of #707bed

#707bed #a470ed #70baed

Monochromatic Colors of #707bed

#707bed

Complementary Color

#707bed #ede270

#707bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#707bed Color CSS Codes

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

#707bed Text Font Color

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

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


#707bed Background Color

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

This div background color is #707bed


#707bed Border Color

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

This div border color is #707bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707bed


Comments

No comments written yet.

Please login to write comment.