Color Hex Logo

#7295db Color Hex

#7295DB
(114,149,219)
0 Favorites   0 Comments

Color spaces of #7295db

RGB 114149219
HSL0.610.590.65
HSV220°48°86°
CMYK 0.480.320.00   0.14
XYZ30.473130.186871.2384
Yxy30.18680.23100.2289
Hunter Lab54.94252.8531-38.4156
CIE-Lab61.81516.8029-39.4621

#7295db color RGB value is (114,149,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010101 11011011
Octal 162 225 333
Decimal 114 149 219
Hex 72 95 DB

RGB Percentages of Color #7295db

%23.65
%30.91
%45.44

CMYK Percentages of Color #7295db

%48
%32
%0
%14

Triadic Colors of #7295db

#7295db #db7295 #95db72

Analogous Colors of #7295db

#7295db #8472db #72cadb

Monochromatic Colors of #7295db

#7295db

Complementary Color

#7295db #dbb872

#7295db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7295db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7295db Color CSS Codes

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

#7295db Text Font Color

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

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


#7295db Background Color

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

This div background color is #7295db


#7295db Border Color

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

This div border color is #7295db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7295db


Comments

No comments written yet.

Please login to write comment.