Color Hex Logo

#7292db Color Hex

#7292DB
(114,146,219)
0 Favorites   0 Comments

Color spaces of #7292db

RGB 114146219
HSL0.620.590.65
HSV222°48°86°
CMYK 0.480.330.00   0.14
XYZ30.004529.249671.0822
Yxy29.24960.23020.2244
Hunter Lab54.08294.3844-40.0680
CIE-Lab61.00138.5474-40.7381

#7292db color RGB value is (114,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010010 11011011
Octal 162 222 333
Decimal 114 146 219
Hex 72 92 DB

RGB Percentages of Color #7292db

%23.80
%30.48
%45.72

CMYK Percentages of Color #7292db

%48
%33
%0
%14

Triadic Colors of #7292db

#7292db #db7292 #92db72

Analogous Colors of #7292db

#7292db #8772db #72c7db

Monochromatic Colors of #7292db

#7292db

Complementary Color

#7292db #dbbb72

#7292db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7292db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7292db Color CSS Codes

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

#7292db Text Font Color

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

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


#7292db Background Color

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

This div background color is #7292db


#7292db Border Color

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

This div border color is #7292db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7292db


Comments

No comments written yet.

Please login to write comment.