Color Hex Logo

#7882bc Color Hex

#7882BC
(120,130,188)
0 Favorites   0 Comments

Color spaces of #7882bc

RGB 120130188
HSL0.640.340.60
HSV231°36°74°
CMYK 0.360.310.00   0.26
XYZ24.805523.589250.8227
Yxy23.58920.25000.2378
Hunter Lab48.56876.1701-28.0434
CIE-Lab55.674110.5861-31.5659

#7882bc color RGB value is (120,130,188).

#7882bc hex color red value is 120, green value is 130 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7882bc hue: 0.64 , saturation: 0.34 and the lightness value of 7882bc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000010 10111100
Octal 170 202 274
Decimal 120 130 188
Hex 78 82 BC

RGB Percentages of Color #7882bc

%27.40
%29.68
%42.92

CMYK Percentages of Color #7882bc

%36
%31
%0
%26

Triadic Colors of #7882bc

#7882bc #bc7882 #82bc78

Analogous Colors of #7882bc

#7882bc #9078bc #78a4bc

Monochromatic Colors of #7882bc

#7882bc

Complementary Color

#7882bc #bcb278

#7882bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7882bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7882bc Color CSS Codes

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

#7882bc Text Font Color

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

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


#7882bc Background Color

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

This div background color is #7882bc


#7882bc Border Color

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

This div border color is #7882bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7882bc


Comments

No comments written yet.

Please login to write comment.