Color Hex Logo

#6932db Color Hex

#6932DB
(105,50,219)
0 Favorites   0 Comments

Color spaces of #6932db

RGB 10550219
HSL0.720.700.53
HSV260°77°86°
CMYK 0.520.770.00   0.14
XYZ19.752510.398967.9840
Yxy10.39890.20130.1060
Hunter Lab32.247352.9040-102.4224
CIE-Lab38.549061.0381-76.8907

#6932db color RGB value is (105,50,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110010 11011011
Octal 151 62 333
Decimal 105 50 219
Hex 69 32 DB

RGB Percentages of Color #6932db

%28.07
%13.37
%58.56

CMYK Percentages of Color #6932db

%52
%77
%0
%14

Triadic Colors of #6932db

#6932db #db6932 #32db69

Analogous Colors of #6932db

#6932db #be32db #3250db

Monochromatic Colors of #6932db

#6932db

Complementary Color

#6932db #a4db32

#6932db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6932db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6932db Color CSS Codes

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

#6932db Text Font Color

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

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


#6932db Background Color

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

This div background color is #6932db


#6932db Border Color

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

This div border color is #6932db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6932db


Comments

No comments written yet.

Please login to write comment.