Color Hex Logo

#7082dc Color Hex

#7082DC
(112,130,220)
0 Favorites   0 Comments

Color spaces of #7082dc

RGB 112130220
HSL0.640.610.65
HSV230°49°86°
CMYK 0.490.410.00   0.14
XYZ27.583024.577371.0003
Yxy24.57730.22400.1996
Hunter Lab49.575512.5574-50.2102
CIE-Lab56.661217.8379-48.1543

#7082dc color RGB value is (112,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000010 11011100
Octal 160 202 334
Decimal 112 130 220
Hex 70 82 DC

RGB Percentages of Color #7082dc

%24.24
%28.14
%47.62

CMYK Percentages of Color #7082dc

%49
%41
%0
%14

Triadic Colors of #7082dc

#7082dc #dc7082 #82dc70

Analogous Colors of #7082dc

#7082dc #9470dc #70b8dc

Monochromatic Colors of #7082dc

#7082dc

Complementary Color

#7082dc #dcca70

#7082dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7082dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7082dc Color CSS Codes

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

#7082dc Text Font Color

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

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


#7082dc Background Color

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

This div background color is #7082dc


#7082dc Border Color

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

This div border color is #7082dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7082dc


Comments

No comments written yet.

Please login to write comment.