Color Hex Logo

#7392be Color Hex

#7392BE
(115,146,190)
0 Favorites   0 Comments

Color spaces of #7392be

RGB 115146190
HSL0.600.370.60
HSV215°39°75°
CMYK 0.390.230.00   0.25
XYZ26.643427.920352.7001
Yxy27.92030.24840.2603
Hunter Lab52.8397-2.4642-22.1456
CIE-Lab59.81670.4345-26.3108

#7392be color RGB value is (115,146,190).

#7392be hex color red value is 115, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7392be hue: 0.60 , saturation: 0.37 and the lightness value of 7392be is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010010 10111110
Octal 163 222 276
Decimal 115 146 190
Hex 73 92 BE

RGB Percentages of Color #7392be

%25.50
%32.37
%42.13

CMYK Percentages of Color #7392be

%39
%23
%0
%25

Triadic Colors of #7392be

#7392be #be7392 #92be73

Analogous Colors of #7392be

#7392be #7a73be #73b8be

Monochromatic Colors of #7392be

#7392be

Complementary Color

#7392be #be9f73

#7392be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7392be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7392be Color CSS Codes

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

#7392be Text Font Color

<p style="color:#7392be">Text here</p>

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


#7392be Background Color

<div style="background-color:#7392be">
Div content here</div>

This div background color is #7392be


#7392be Border Color

<div style="border:3px solid #7392be">
Div here</div>

This div border color is #7392be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,146,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7392be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7392be;
  -webkit-box-shadow: 1px 1px 3px 2px #7392be;
  box-shadow:         1px 1px 3px 2px #7392be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,146,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7392be


Comments

No comments written yet.

Please login to write comment.