Color Hex Logo

#7592db Color Hex

#7592DB
(117,146,219)
0 Favorites   0 Comments

Color spaces of #7592db

RGB 117146219
HSL0.620.590.66
HSV223°47°86°
CMYK 0.470.330.00   0.14
XYZ30.401229.454171.1007
Yxy29.45410.23210.2249
Hunter Lab54.27165.0145-39.6851
CIE-Lab61.18039.2695-40.4445

#7592db color RGB value is (117,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010010 11011011
Octal 165 222 333
Decimal 117 146 219
Hex 75 92 DB

RGB Percentages of Color #7592db

%24.27
%30.29
%45.44

CMYK Percentages of Color #7592db

%47
%33
%0
%14

Triadic Colors of #7592db

#7592db #db7592 #92db75

Analogous Colors of #7592db

#7592db #8b75db #75c5db

Monochromatic Colors of #7592db

#7592db

Complementary Color

#7592db #dbbe75

#7592db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7592db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7592db Color CSS Codes

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

#7592db Text Font Color

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

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


#7592db Background Color

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

This div background color is #7592db


#7592db Border Color

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

This div border color is #7592db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7592db


Comments

No comments written yet.

Please login to write comment.