Color Hex Logo

#7294db Color Hex

#7294DB
(114,148,219)
0 Favorites   0 Comments

Color spaces of #7294db

RGB 114148219
HSL0.610.590.65
HSV221°48°86°
CMYK 0.480.320.00   0.14
XYZ30.315529.871771.1858
Yxy29.87170.23080.2274
Hunter Lab54.65503.3623-38.9642
CIE-Lab61.54347.3831-39.8878

#7294db color RGB value is (114,148,219).

#7294db hex color red value is 114, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7294db hue: 0.61 , saturation: 0.59 and the lightness value of 7294db is 0.65.

The process color (four color CMYK) of #7294db color hex is 0.48, 0.32, 0.00, 0.14. Web safe color of #7294db is #6699cc. Color #7294db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010100 11011011
Octal 162 224 333
Decimal 114 148 219
Hex 72 94 DB

RGB Percentages of Color #7294db

%23.70
%30.77
%45.53

CMYK Percentages of Color #7294db

%48
%32
%0
%14

Triadic Colors of #7294db

#7294db #db7294 #94db72

Analogous Colors of #7294db

#7294db #8572db #72c9db

Monochromatic Colors of #7294db

#7294db

Complementary Color

#7294db #dbb972

#7294db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7294db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7294db Color CSS Codes

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

#7294db Text Font Color

<p style="color:#7294db">Text here</p>

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


#7294db Background Color

<div style="background-color:#7294db">
Div content here</div>

This div background color is #7294db


#7294db Border Color

<div style="border:3px solid #7294db">
Div here</div>

This div border color is #7294db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,148,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7294db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7294db;
  -webkit-box-shadow: 1px 1px 3px 2px #7294db;
  box-shadow:         1px 1px 3px 2px #7294db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7294db


Comments

No comments written yet.

Please login to write comment.