Color Hex Logo

#6f33db Color Hex

#6F33DB
(111,51,219)
0 Favorites   0 Comments

Color spaces of #6f33db

RGB 11151219
HSL0.730.700.53
HSV261°77°86°
CMYK 0.490.770.00   0.14
XYZ20.525610.861668.0325
Yxy10.86160.20650.1092
Hunter Lab32.956953.4952-99.3216
CIE-Lab39.346461.4158-75.5566

#6f33db color RGB value is (111,51,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110011 11011011
Octal 157 63 333
Decimal 111 51 219
Hex 6F 33 DB

RGB Percentages of Color #6f33db

%29.13
%13.39
%57.48

CMYK Percentages of Color #6f33db

%49
%77
%0
%14

Triadic Colors of #6f33db

#6f33db #db6f33 #33db6f

Analogous Colors of #6f33db

#6f33db #c333db #334bdb

Monochromatic Colors of #6f33db

#6f33db

Complementary Color

#6f33db #9fdb33

#6f33db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f33db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f33db Color CSS Codes

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

#6f33db Text Font Color

<p style="color:#6f33db">Text here</p>

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


#6f33db Background Color

<div style="background-color:#6f33db">
Div content here</div>

This div background color is #6f33db


#6f33db Border Color

<div style="border:3px solid #6f33db">
Div here</div>

This div border color is #6f33db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,51,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f33db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f33db;
  -webkit-box-shadow: 1px 1px 3px 2px #6f33db;
  box-shadow:         1px 1px 3px 2px #6f33db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,51,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 #6f33db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f33db


Comments

No comments written yet.

Please login to write comment.