Color Hex Logo

#7078ec Color Hex

#7078EC
(112,120,236)
0 Favorites   0 Comments

Color spaces of #7078ec

RGB 112120236
HSL0.660.770.68
HSV236°53°93°
CMYK 0.530.490.00   0.07
XYZ28.538922.933882.2794
Yxy22.93380.21340.1715
Hunter Lab47.889222.5683-68.3448
CIE-Lab55.004128.7614-59.7478

#7078ec color RGB value is (112,120,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111000 11101100
Octal 160 170 354
Decimal 112 120 236
Hex 70 78 EC

RGB Percentages of Color #7078ec

%23.93
%25.64
%50.43

CMYK Percentages of Color #7078ec

%53
%49
%0
%7

Triadic Colors of #7078ec

#7078ec #ec7078 #78ec70

Analogous Colors of #7078ec

#7078ec #a670ec #70b6ec

Monochromatic Colors of #7078ec

#7078ec

Complementary Color

#7078ec #ece470

#7078ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7078ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7078ec Color CSS Codes

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

#7078ec Text Font Color

<p style="color:#7078ec">Text here</p>

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


#7078ec Background Color

<div style="background-color:#7078ec">
Div content here</div>

This div background color is #7078ec


#7078ec Border Color

<div style="border:3px solid #7078ec">
Div here</div>

This div border color is #7078ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,120,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7078ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7078ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7078ec;
  box-shadow:         1px 1px 3px 2px #7078ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7078ec


Comments

No comments written yet.

Please login to write comment.