Color Hex Logo

#7331db Color Hex

#7331DB
(115,49,219)
0 Favorites   0 Comments

Color spaces of #7331db

RGB 11549219
HSL0.730.700.53
HSV263°78°86°
CMYK 0.470.780.00   0.14
XYZ20.954710.955968.0281
Yxy10.95590.20970.1096
Hunter Lab33.099755.0800-98.6859
CIE-Lab39.506162.8034-75.2775

#7331db color RGB value is (115,49,219).

#7331db hex color red value is 115, green value is 49 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7331db hue: 0.73 , saturation: 0.70 and the lightness value of 7331db is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110001 11011011
Octal 163 61 333
Decimal 115 49 219
Hex 73 31 DB

RGB Percentages of Color #7331db

%30.03
%12.79
%57.18

CMYK Percentages of Color #7331db

%47
%78
%0
%14

Triadic Colors of #7331db

#7331db #db7331 #31db73

Analogous Colors of #7331db

#7331db #c831db #3144db

Monochromatic Colors of #7331db

#7331db

Complementary Color

#7331db #99db31

#7331db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7331db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7331db Color CSS Codes

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

#7331db Text Font Color

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

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


#7331db Background Color

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

This div background color is #7331db


#7331db Border Color

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

This div border color is #7331db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7331db


Comments

No comments written yet.

Please login to write comment.