Color Hex Logo

#7443db Color Hex

#7443DB
(116,67,219)
0 Favorites   0 Comments

Color spaces of #7443db

RGB 11667219
HSL0.720.680.56
HSV259°69°86°
CMYK 0.470.690.00   0.14
XYZ21.995812.841868.3372
Yxy12.84180.21320.1245
Hunter Lab35.835546.8512-87.9795
CIE-Lab42.523954.7173-70.3330

#7443db color RGB value is (116,67,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000011 11011011
Octal 164 103 333
Decimal 116 67 219
Hex 74 43 DB

RGB Percentages of Color #7443db

%28.86
%16.67
%54.48

CMYK Percentages of Color #7443db

%47
%69
%0
%14

Triadic Colors of #7443db

#7443db #db7443 #43db74

Analogous Colors of #7443db

#7443db #c043db #435edb

Monochromatic Colors of #7443db

#7443db

Complementary Color

#7443db #aadb43

#7443db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7443db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7443db Color CSS Codes

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

#7443db Text Font Color

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

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


#7443db Background Color

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

This div background color is #7443db


#7443db Border Color

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

This div border color is #7443db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7443db


Comments

No comments written yet.

Please login to write comment.