Color Hex Logo

#7343db Color Hex

#7343DB
(115,67,219)
0 Favorites   0 Comments

Color spaces of #7343db

RGB 11567219
HSL0.720.680.56
HSV259°69°86°
CMYK 0.470.690.00   0.14
XYZ21.863612.773668.3311
Yxy12.77360.21230.1241
Hunter Lab35.740246.6498-88.3375
CIE-Lab42.420154.5485-70.5068

#7343db color RGB value is (115,67,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000011 11011011
Octal 163 103 333
Decimal 115 67 219
Hex 73 43 DB

RGB Percentages of Color #7343db

%28.68
%16.71
%54.61

CMYK Percentages of Color #7343db

%47
%69
%0
%14

Triadic Colors of #7343db

#7343db #db7343 #43db73

Analogous Colors of #7343db

#7343db #bf43db #435fdb

Monochromatic Colors of #7343db

#7343db

Complementary Color

#7343db #abdb43

#7343db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7343db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7343db Color CSS Codes

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

#7343db Text Font Color

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

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


#7343db Background Color

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

This div background color is #7343db


#7343db Border Color

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

This div border color is #7343db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7343db


Comments

No comments written yet.

Please login to write comment.