Color Hex Logo

#7449db Color Hex

#7449DB
(116,73,219)
0 Favorites   0 Comments

Color spaces of #7449db

RGB 11673219
HSL0.720.670.57
HSV258°67°86°
CMYK 0.470.670.00   0.14
XYZ22.371213.592668.4624
Yxy13.59260.21420.1302
Hunter Lab36.868143.7927-84.2910
CIE-Lab43.642951.6306-68.5081

#7449db color RGB value is (116,73,219).

#7449db hex color red value is 116, green value is 73 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7449db hue: 0.72 , saturation: 0.67 and the lightness value of 7449db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001001 11011011
Octal 164 111 333
Decimal 116 73 219
Hex 74 49 DB

RGB Percentages of Color #7449db

%28.43
%17.89
%53.68

CMYK Percentages of Color #7449db

%47
%67
%0
%14

Triadic Colors of #7449db

#7449db #db7449 #49db74

Analogous Colors of #7449db

#7449db #bd49db #4967db

Monochromatic Colors of #7449db

#7449db

Complementary Color

#7449db #b0db49

#7449db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7449db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7449db Color CSS Codes

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

#7449db Text Font Color

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

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


#7449db Background Color

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

This div background color is #7449db


#7449db Border Color

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

This div border color is #7449db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7449db


Comments

No comments written yet.

Please login to write comment.