Color Hex Logo

#7297ce Color Hex

#7297CE
(114,151,206)
0 Favorites   0 Comments

Color spaces of #7297ce

RGB 114151206
HSL0.600.480.63
HSV216°45°81°
CMYK 0.450.270.00   0.19
XYZ29.146630.166962.6791
Yxy30.16690.23890.2473
Hunter Lab54.9244-1.3935-29.2140
CIE-Lab61.79801.8373-32.2391

#7297ce color RGB value is (114,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010111 11001110
Octal 162 227 316
Decimal 114 151 206
Hex 72 97 CE

RGB Percentages of Color #7297ce

%24.20
%32.06
%43.74

CMYK Percentages of Color #7297ce

%45
%27
%0
%19

Triadic Colors of #7297ce

#7297ce #ce7297 #97ce72

Analogous Colors of #7297ce

#7297ce #7b72ce #72c5ce

Monochromatic Colors of #7297ce

#7297ce

Complementary Color

#7297ce #cea972

#7297ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7297ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7297ce Color CSS Codes

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

#7297ce Text Font Color

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

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


#7297ce Background Color

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

This div background color is #7297ce


#7297ce Border Color

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

This div border color is #7297ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7297ce

#7297ce Color Palettes


Comments

No comments written yet.

Please login to write comment.