Color Hex Logo

#7399ce Color Hex

#7399CE
(115,153,206)
0 Favorites   0 Comments

Color spaces of #7399ce

RGB 115153206
HSL0.600.480.63
HSV215°44°81°
CMYK 0.440.260.00   0.19
XYZ29.602030.883562.7934
Yxy30.88350.24010.2505
Hunter Lab55.5729-2.1711-28.0924
CIE-Lab62.40920.9497-31.2864

#7399ce color RGB value is (115,153,206).

#7399ce hex color red value is 115, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7399ce hue: 0.60 , saturation: 0.48 and the lightness value of 7399ce is 0.63.

The process color (four color CMYK) of #7399ce color hex is 0.44, 0.26, 0.00, 0.19. Web safe color of #7399ce is #6699cc. Color #7399ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 11001110
Octal 163 231 316
Decimal 115 153 206
Hex 73 99 CE

RGB Percentages of Color #7399ce

%24.26
%32.28
%43.46

CMYK Percentages of Color #7399ce

%44
%26
%0
%19

Triadic Colors of #7399ce

#7399ce #ce7399 #99ce73

Analogous Colors of #7399ce

#7399ce #7b73ce #73c7ce

Monochromatic Colors of #7399ce

#7399ce

Complementary Color

#7399ce #cea873

#7399ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7399ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7399ce Color CSS Codes

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

#7399ce Text Font Color

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

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


#7399ce Background Color

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

This div background color is #7399ce


#7399ce Border Color

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

This div border color is #7399ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7399ce


Comments

No comments written yet.

Please login to write comment.