Color Hex Logo

#7391ca Color Hex

#7391CA
(115,145,202)
0 Favorites   0 Comments

Color spaces of #7391ca

RGB 115145202
HSL0.610.450.62
HSV219°43°79°
CMYK 0.430.280.00   0.21
XYZ27.856328.159959.8443
Yxy28.15990.24040.2431
Hunter Lab53.06590.8361-29.7173
CIE-Lab60.03294.3944-32.7353

#7391ca color RGB value is (115,145,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010001 11001010
Octal 163 221 312
Decimal 115 145 202
Hex 73 91 CA

RGB Percentages of Color #7391ca

%24.89
%31.39
%43.72

CMYK Percentages of Color #7391ca

%43
%28
%0
%21

Triadic Colors of #7391ca

#7391ca #ca7391 #91ca73

Analogous Colors of #7391ca

#7391ca #8173ca #73bdca

Monochromatic Colors of #7391ca

#7391ca

Complementary Color

#7391ca #caac73

#7391ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7391ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7391ca Color CSS Codes

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

#7391ca Text Font Color

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

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


#7391ca Background Color

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

This div background color is #7391ca


#7391ca Border Color

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

This div border color is #7391ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7391ca


Comments

No comments written yet.

Please login to write comment.