Color Hex Logo

#7392ca Color Hex

#7392CA
(115,146,202)
0 Favorites   0 Comments

Color spaces of #7392ca

RGB 115146202
HSL0.610.450.62
HSV219°43°79°
CMYK 0.430.280.00   0.21
XYZ28.009828.466959.8955
Yxy28.46690.24070.2446
Hunter Lab53.35440.3382-29.2107
CIE-Lab60.30823.8167-32.3073

#7392ca color RGB value is (115,146,202).

#7392ca hex color red value is 115, green value is 146 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7392ca hue: 0.61 , saturation: 0.45 and the lightness value of 7392ca is 0.62.

The process color (four color CMYK) of #7392ca color hex is 0.43, 0.28, 0.00, 0.21. Web safe color of #7392ca is #6699cc. Color #7392ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010010 11001010
Octal 163 222 312
Decimal 115 146 202
Hex 73 92 CA

RGB Percentages of Color #7392ca

%24.84
%31.53
%43.63

CMYK Percentages of Color #7392ca

%43
%28
%0
%21

Triadic Colors of #7392ca

#7392ca #ca7392 #92ca73

Analogous Colors of #7392ca

#7392ca #8073ca #73beca

Monochromatic Colors of #7392ca

#7392ca

Complementary Color

#7392ca #caab73

#7392ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7392ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7392ca Color CSS Codes

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

#7392ca Text Font Color

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

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


#7392ca Background Color

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

This div background color is #7392ca


#7392ca Border Color

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

This div border color is #7392ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7392ca


Comments

No comments written yet.

Please login to write comment.