Color Hex Logo

#7390bc Color Hex

#7390BC
(115,144,188)
0 Favorites   0 Comments

Color spaces of #7390bc

RGB 115144188
HSL0.600.350.59
HSV216°39°74°
CMYK 0.390.230.00   0.26
XYZ26.120627.222251.4547
Yxy27.22220.24920.2598
Hunter Lab52.1749-1.9427-21.9492
CIE-Lab59.17941.0267-26.1627

#7390bc color RGB value is (115,144,188).

#7390bc hex color red value is 115, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7390bc hue: 0.60 , saturation: 0.35 and the lightness value of 7390bc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010000 10111100
Octal 163 220 274
Decimal 115 144 188
Hex 73 90 BC

RGB Percentages of Color #7390bc

%25.73
%32.21
%42.06

CMYK Percentages of Color #7390bc

%39
%23
%0
%26

Triadic Colors of #7390bc

#7390bc #bc7390 #90bc73

Analogous Colors of #7390bc

#7390bc #7b73bc #73b5bc

Monochromatic Colors of #7390bc

#7390bc

Complementary Color

#7390bc #bc9f73

#7390bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7390bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7390bc Color CSS Codes

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

#7390bc Text Font Color

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

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


#7390bc Background Color

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

This div background color is #7390bc


#7390bc Border Color

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

This div border color is #7390bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7390bc


Comments

No comments written yet.

Please login to write comment.