Color Hex Logo

#7297eb Color Hex

#7297EB
(114,151,235)
0 Favorites   0 Comments

Color spaces of #7297eb

RGB 114151235
HSL0.620.750.68
HSV222°51°92°
CMYK 0.510.360.00   0.08
XYZ33.001431.708882.9783
Yxy31.70880.22350.2147
Hunter Lab56.31066.0683-47.9513
CIE-Lab63.101510.4720-46.3011

#7297eb color RGB value is (114,151,235).

#7297eb hex color red value is 114, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7297eb hue: 0.62 , saturation: 0.75 and the lightness value of 7297eb is 0.68.

The process color (four color CMYK) of #7297eb color hex is 0.51, 0.36, 0.00, 0.08. Web safe color of #7297eb is #6699ff. Color #7297eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010111 11101011
Octal 162 227 353
Decimal 114 151 235
Hex 72 97 EB

RGB Percentages of Color #7297eb

%22.80
%30.20
%47.00

CMYK Percentages of Color #7297eb

%51
%36
%0
%8

Triadic Colors of #7297eb

#7297eb #eb7297 #97eb72

Analogous Colors of #7297eb

#7297eb #8a72eb #72d4eb

Monochromatic Colors of #7297eb

#7297eb

Complementary Color

#7297eb #ebc672

#7297eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7297eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7297eb Color CSS Codes

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

#7297eb Text Font Color

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

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


#7297eb Background Color

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

This div background color is #7297eb


#7297eb Border Color

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

This div border color is #7297eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,151,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7297eb


Comments

No comments written yet.

Please login to write comment.