Color Hex Logo

#7068eb Color Hex

#7068EB
(112,104,235)
0 Favorites   0 Comments

Color spaces of #7068eb

RGB 112104235
HSL0.680.770.66
HSV244°56°92°
CMYK 0.520.560.00   0.08
XYZ26.627819.343580.9275
Yxy19.34350.20980.1524
Hunter Lab43.981231.1030-78.3094
CIE-Lab51.086737.9998-65.4987

#7068eb color RGB value is (112,104,235).

#7068eb hex color red value is 112, green value is 104 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7068eb hue: 0.68 , saturation: 0.77 and the lightness value of 7068eb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 11101011
Octal 160 150 353
Decimal 112 104 235
Hex 70 68 EB

RGB Percentages of Color #7068eb

%24.83
%23.06
%52.11

CMYK Percentages of Color #7068eb

%52
%56
%0
%8

Triadic Colors of #7068eb

#7068eb #eb7068 #68eb70

Analogous Colors of #7068eb

#7068eb #b268eb #68a2eb

Monochromatic Colors of #7068eb

#7068eb

Complementary Color

#7068eb #e3eb68

#7068eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7068eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7068eb Color CSS Codes

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

#7068eb Text Font Color

<p style="color:#7068eb">Text here</p>

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


#7068eb Background Color

<div style="background-color:#7068eb">
Div content here</div>

This div background color is #7068eb


#7068eb Border Color

<div style="border:3px solid #7068eb">
Div here</div>

This div border color is #7068eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,104,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 #7068eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7068eb


Comments

No comments written yet.

Please login to write comment.