Color Hex Logo

#7497ce Color Hex

#7497CE
(116,151,206)
0 Favorites   0 Comments

Color spaces of #7497ce

RGB 116151206
HSL0.600.480.63
HSV217°44°81°
CMYK 0.440.270.00   0.19
XYZ29.409630.302562.6914
Yxy30.30250.24030.2476
Hunter Lab55.0477-0.9687-28.9894
CIE-Lab61.91442.3467-32.0493

#7497ce color RGB value is (116,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010111 11001110
Octal 164 227 316
Decimal 116 151 206
Hex 74 97 CE

RGB Percentages of Color #7497ce

%24.52
%31.92
%43.55

CMYK Percentages of Color #7497ce

%44
%27
%0
%19

Triadic Colors of #7497ce

#7497ce #ce7497 #97ce74

Analogous Colors of #7497ce

#7497ce #7e74ce #74c4ce

Monochromatic Colors of #7497ce

#7497ce

Complementary Color

#7497ce #ceab74

#7497ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7497ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7497ce Color CSS Codes

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

#7497ce Text Font Color

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

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


#7497ce Background Color

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

This div background color is #7497ce


#7497ce Border Color

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

This div border color is #7497ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,151,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 #7497ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7497ce


Comments

No comments written yet.

Please login to write comment.