Color Hex Logo

#7078cd Color Hex

#7078CD
(112,120,205)
0 Favorites   0 Comments

Color spaces of #7078cd

RGB 112120205
HSL0.650.480.62
HSV235°45°80°
CMYK 0.450.410.00   0.20
XYZ24.418021.285560.5791
Yxy21.28550.22970.2003
Hunter Lab46.136213.7343-45.5553
CIE-Lab53.260619.3168-45.0796

#7078cd color RGB value is (112,120,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111000 11001101
Octal 160 170 315
Decimal 112 120 205
Hex 70 78 CD

RGB Percentages of Color #7078cd

%25.63
%27.46
%46.91

CMYK Percentages of Color #7078cd

%45
%41
%0
%20

Triadic Colors of #7078cd

#7078cd #cd7078 #78cd70

Analogous Colors of #7078cd

#7078cd #9770cd #70a7cd

Monochromatic Colors of #7078cd

#7078cd

Complementary Color

#7078cd #cdc570

#7078cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7078cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7078cd Color CSS Codes

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

#7078cd Text Font Color

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

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


#7078cd Background Color

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

This div background color is #7078cd


#7078cd Border Color

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

This div border color is #7078cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7078cd


Comments

No comments written yet.

Please login to write comment.