Color Hex Logo

#7389cc Color Hex

#7389CC
(115,137,204)
0 Favorites   0 Comments

Color spaces of #7389cc

RGB 115137204
HSL0.630.470.63
HSV225°44°80°
CMYK 0.440.330.00   0.20
XYZ26.915025.895860.7066
Yxy25.89580.23710.2281
Hunter Lab50.88795.3561-35.1083
CIE-Lab57.93809.6403-37.1303

#7389cc color RGB value is (115,137,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001001 11001100
Octal 163 211 314
Decimal 115 137 204
Hex 73 89 CC

RGB Percentages of Color #7389cc

%25.22
%30.04
%44.74

CMYK Percentages of Color #7389cc

%44
%33
%0
%20

Triadic Colors of #7389cc

#7389cc #cc7389 #89cc73

Analogous Colors of #7389cc

#7389cc #8a73cc #73b6cc

Monochromatic Colors of #7389cc

#7389cc

Complementary Color

#7389cc #ccb673

#7389cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7389cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7389cc Color CSS Codes

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

#7389cc Text Font Color

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

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


#7389cc Background Color

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

This div background color is #7389cc


#7389cc Border Color

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

This div border color is #7389cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7389cc


Comments

No comments written yet.

Please login to write comment.