Color Hex Logo

#707aeb Color Hex

#707AEB
(112,122,235)
0 Favorites   0 Comments

Color spaces of #707aeb

RGB 112122235
HSL0.650.750.68
HSV235°52°92°
CMYK 0.520.480.00   0.08
XYZ28.637023.362081.5972
Yxy23.36200.21440.1749
Hunter Lab48.334321.1724-66.2586
CIE-Lab55.443327.2515-58.4857

#707aeb color RGB value is (112,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111010 11101011
Octal 160 172 353
Decimal 112 122 235
Hex 70 7A EB

RGB Percentages of Color #707aeb

%23.88
%26.01
%50.11

CMYK Percentages of Color #707aeb

%52
%48
%0
%8

Triadic Colors of #707aeb

#707aeb #eb707a #7aeb70

Analogous Colors of #707aeb

#707aeb #a470eb #70b8eb

Monochromatic Colors of #707aeb

#707aeb

Complementary Color

#707aeb #ebe170

#707aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#707aeb Color CSS Codes

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

#707aeb Text Font Color

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

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


#707aeb Background Color

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

This div background color is #707aeb


#707aeb Border Color

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

This div border color is #707aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707aeb


Comments

No comments written yet.

Please login to write comment.