Color Hex Logo

#7399fa Color Hex

#7399FA
(115,153,250)
0 Favorites   0 Comments

Color spaces of #7399fa

RGB 115153250
HSL0.620.930.72
HSV223°54°98°
CMYK 0.540.390.00   0.02
XYZ35.716833.329494.9932
Yxy33.32940.21770.2032
Hunter Lab57.73169.4022-57.1453
CIE-Lab64.426714.1453-52.4391

#7399fa color RGB value is (115,153,250).

#7399fa hex color red value is 115, green value is 153 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7399fa hue: 0.62 , saturation: 0.93 and the lightness value of 7399fa is 0.72.

The process color (four color CMYK) of #7399fa color hex is 0.54, 0.39, 0.00, 0.02. Web safe color of #7399fa is #6699ff. Color #7399fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 11111010
Octal 163 231 372
Decimal 115 153 250
Hex 73 99 FA

RGB Percentages of Color #7399fa

%22.20
%29.54
%48.26

CMYK Percentages of Color #7399fa

%54
%39
%0
%2

Triadic Colors of #7399fa

#7399fa #fa7399 #99fa73

Analogous Colors of #7399fa

#7399fa #9173fa #73ddfa

Monochromatic Colors of #7399fa

#7399fa

Complementary Color

#7399fa #fad473

#7399fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7399fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7399fa Color CSS Codes

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

#7399fa Text Font Color

<p style="color:#7399fa">Text here</p>

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


#7399fa Background Color

<div style="background-color:#7399fa">
Div content here</div>

This div background color is #7399fa


#7399fa Border Color

<div style="border:3px solid #7399fa">
Div here</div>

This div border color is #7399fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,153,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7399fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7399fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7399fa;
  box-shadow:         1px 1px 3px 2px #7399fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7399fa


Comments

No comments written yet.

Please login to write comment.