Color Hex Logo

#7482cc Color Hex

#7482CC
(116,130,204)
0 Favorites   0 Comments

Color spaces of #7482cc

RGB 116130204
HSL0.640.460.63
HSV230°43°80°
CMYK 0.430.360.00   0.20
XYZ26.084224.037960.3917
Yxy24.03790.23600.2175
Hunter Lab49.02859.1660-38.7116
CIE-Lab56.125714.0382-39.9698

#7482cc color RGB value is (116,130,204).

#7482cc hex color red value is 116, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7482cc hue: 0.64 , saturation: 0.46 and the lightness value of 7482cc is 0.63.

The process color (four color CMYK) of #7482cc color hex is 0.43, 0.36, 0.00, 0.20. Web safe color of #7482cc is #6699cc. Color #7482cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000010 11001100
Octal 164 202 314
Decimal 116 130 204
Hex 74 82 CC

RGB Percentages of Color #7482cc

%25.78
%28.89
%45.33

CMYK Percentages of Color #7482cc

%43
%36
%0
%20

Triadic Colors of #7482cc

#7482cc #cc7482 #82cc74

Analogous Colors of #7482cc

#7482cc #9274cc #74aecc

Monochromatic Colors of #7482cc

#7482cc

Complementary Color

#7482cc #ccbe74

#7482cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7482cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7482cc Color CSS Codes

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

#7482cc Text Font Color

<p style="color:#7482cc">Text here</p>

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


#7482cc Background Color

<div style="background-color:#7482cc">
Div content here</div>

This div background color is #7482cc


#7482cc Border Color

<div style="border:3px solid #7482cc">
Div here</div>

This div border color is #7482cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,130,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7482cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7482cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7482cc;
  box-shadow:         1px 1px 3px 2px #7482cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,130,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7482cc


Comments

No comments written yet.

Please login to write comment.