Color Hex Logo

#7399fd Color Hex

#7399FD
(115,153,253)
0 Favorites   0 Comments

Color spaces of #7399fd

RGB 115153253
HSL0.620.970.72
HSV223°55°99°
CMYK 0.550.400.00   0.01
XYZ36.191133.519297.4909
Yxy33.51920.21650.2005
Hunter Lab57.895810.2642-59.3116
CIE-Lab64.579115.0786-53.8369

#7399fd color RGB value is (115,153,253).

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

The process color (four color CMYK) of #7399fd color hex is 0.55, 0.40, 0.00, 0.01. Web safe color of #7399fd is #6699ff. Color #7399fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 11111101
Octal 163 231 375
Decimal 115 153 253
Hex 73 99 FD

RGB Percentages of Color #7399fd

%22.07
%29.37
%48.56

CMYK Percentages of Color #7399fd

%55
%40
%0
%1

Triadic Colors of #7399fd

#7399fd #fd7399 #99fd73

Analogous Colors of #7399fd

#7399fd #9273fd #73defd

Monochromatic Colors of #7399fd

#7399fd

Complementary Color

#7399fd #fdd773

#7399fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7399fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7399fd Color CSS Codes

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

#7399fd Text Font Color

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

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


#7399fd Background Color

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

This div background color is #7399fd


#7399fd Border Color

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

This div border color is #7399fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7399fd


Comments

No comments written yet.

Please login to write comment.