Color Hex Logo

#7078dc Color Hex

#7078DC
(112,120,220)
0 Favorites   0 Comments

Color spaces of #7078dc

RGB 112120220
HSL0.650.610.65
HSV236°49°86°
CMYK 0.490.450.00   0.14
XYZ26.316822.045070.5782
Yxy22.04500.22130.1853
Hunter Lab46.952117.8836-56.2580
CIE-Lab54.074723.8417-52.2695

#7078dc color RGB value is (112,120,220).

#7078dc hex color red value is 112, green value is 120 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7078dc hue: 0.65 , saturation: 0.61 and the lightness value of 7078dc is 0.65.

The process color (four color CMYK) of #7078dc color hex is 0.49, 0.45, 0.00, 0.14. Web safe color of #7078dc is #6666cc. Color #7078dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111000 11011100
Octal 160 170 334
Decimal 112 120 220
Hex 70 78 DC

RGB Percentages of Color #7078dc

%24.78
%26.55
%48.67

CMYK Percentages of Color #7078dc

%49
%45
%0
%14

Triadic Colors of #7078dc

#7078dc #dc7078 #78dc70

Analogous Colors of #7078dc

#7078dc #9e70dc #70aedc

Monochromatic Colors of #7078dc

#7078dc

Complementary Color

#7078dc #dcd470

#7078dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7078dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7078dc Color CSS Codes

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

#7078dc Text Font Color

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

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


#7078dc Background Color

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

This div background color is #7078dc


#7078dc Border Color

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

This div border color is #7078dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7078dc


Comments

No comments written yet.

Please login to write comment.