Color Hex Logo

#7362db Color Hex

#7362DB
(115,98,219)
0 Favorites   0 Comments

Color spaces of #7362db

RGB 11598219
HSL0.690.630.62
HSV248°55°86°
CMYK 0.470.550.00   0.14
XYZ24.224117.494769.1179
Yxy17.49470.21860.1578
Hunter Lab41.826730.1824-68.6971
CIE-Lab48.877437.3661-60.0283

#7362db color RGB value is (115,98,219).

#7362db hex color red value is 115, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7362db hue: 0.69 , saturation: 0.63 and the lightness value of 7362db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100010 11011011
Octal 163 142 333
Decimal 115 98 219
Hex 73 62 DB

RGB Percentages of Color #7362db

%26.62
%22.69
%50.69

CMYK Percentages of Color #7362db

%47
%55
%0
%14

Triadic Colors of #7362db

#7362db #db7362 #62db73

Analogous Colors of #7362db

#7362db #b062db #628edb

Monochromatic Colors of #7362db

#7362db

Complementary Color

#7362db #cadb62

#7362db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7362db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7362db Color CSS Codes

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

#7362db Text Font Color

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

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


#7362db Background Color

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

This div background color is #7362db


#7362db Border Color

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

This div border color is #7362db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7362db


Comments

No comments written yet.

Please login to write comment.