Color Hex Logo

#7084bc Color Hex

#7084BC
(112,132,188)
0 Favorites   0 Comments

Color spaces of #7084bc

RGB 112132188
HSL0.620.360.59
HSV224°40°74°
CMYK 0.400.300.00   0.26
XYZ24.010523.578150.8625
Yxy23.57810.24390.2395
Hunter Lab48.55733.2890-28.1146
CIE-Lab55.66297.1838-31.6257

#7084bc color RGB value is (112,132,188).

#7084bc hex color red value is 112, green value is 132 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7084bc hue: 0.62 , saturation: 0.36 and the lightness value of 7084bc is 0.59.

The process color (four color CMYK) of #7084bc color hex is 0.40, 0.30, 0.00, 0.26. Web safe color of #7084bc is #6699cc. Color #7084bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000100 10111100
Octal 160 204 274
Decimal 112 132 188
Hex 70 84 BC

RGB Percentages of Color #7084bc

%25.93
%30.56
%43.52

CMYK Percentages of Color #7084bc

%40
%30
%0
%26

Triadic Colors of #7084bc

#7084bc #bc7084 #84bc70

Analogous Colors of #7084bc

#7084bc #8270bc #70aabc

Monochromatic Colors of #7084bc

#7084bc

Complementary Color

#7084bc #bca870

#7084bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7084bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7084bc Color CSS Codes

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

#7084bc Text Font Color

<p style="color:#7084bc">Text here</p>

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


#7084bc Background Color

<div style="background-color:#7084bc">
Div content here</div>

This div background color is #7084bc


#7084bc Border Color

<div style="border:3px solid #7084bc">
Div here</div>

This div border color is #7084bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,132,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7084bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7084bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7084bc;
  box-shadow:         1px 1px 3px 2px #7084bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7084bc


Comments

No comments written yet.

Please login to write comment.