Color Hex Logo

#7382cc Color Hex

#7382CC
(115,130,204)
0 Favorites   0 Comments

Color spaces of #7382cc

RGB 115130204
HSL0.640.470.63
HSV230°44°80°
CMYK 0.440.360.00   0.20
XYZ25.951923.969760.3855
Yxy23.96970.23530.2173
Hunter Lab48.95898.9405-38.8566
CIE-Lab56.057413.7822-40.0819

#7382cc color RGB value is (115,130,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000010 11001100
Octal 163 202 314
Decimal 115 130 204
Hex 73 82 CC

RGB Percentages of Color #7382cc

%25.61
%28.95
%45.43

CMYK Percentages of Color #7382cc

%44
%36
%0
%20

Triadic Colors of #7382cc

#7382cc #cc7382 #82cc73

Analogous Colors of #7382cc

#7382cc #9173cc #73afcc

Monochromatic Colors of #7382cc

#7382cc

Complementary Color

#7382cc #ccbd73

#7382cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7382cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7382cc Color CSS Codes

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

#7382cc Text Font Color

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

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


#7382cc Background Color

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

This div background color is #7382cc


#7382cc Border Color

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

This div border color is #7382cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,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 #7382cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7382cc


Comments

No comments written yet.

Please login to write comment.