Color Hex Logo

#6329db Color Hex

#6329DB
(99,41,219)
0 Favorites   0 Comments

Color spaces of #6329db

RGB 9941219
HSL0.720.710.51
HSV260°81°86°
CMYK 0.550.810.00   0.14
XYZ18.72479.353067.8362
Yxy9.35300.19520.0975
Hunter Lab30.582755.7696-110.1048
CIE-Lab36.655263.9724-80.0319

#6329db color RGB value is (99,41,219).

#6329db hex color red value is 99, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6329db hue: 0.72 , saturation: 0.71 and the lightness value of 6329db is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101001 11011011
Octal 143 51 333
Decimal 99 41 219
Hex 63 29 DB

RGB Percentages of Color #6329db

%27.58
%11.42
%61.00

CMYK Percentages of Color #6329db

%55
%81
%0
%14

Triadic Colors of #6329db

#6329db #db6329 #29db63

Analogous Colors of #6329db

#6329db #bc29db #2948db

Monochromatic Colors of #6329db

#6329db

Complementary Color

#6329db #a1db29

#6329db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6329db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6329db Color CSS Codes

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

#6329db Text Font Color

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

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


#6329db Background Color

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

This div background color is #6329db


#6329db Border Color

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

This div border color is #6329db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6329db


Comments

No comments written yet.

Please login to write comment.