Color Hex Logo

#6f1dbb Color Hex

#6F1DBB
(111,29,187)
0 Favorites   0 Comments

Color spaces of #6f1dbb

RGB 11129187
HSL0.750.730.42
HSV271°84°73°
CMYK 0.410.840.00   0.27
XYZ15.96467.846147.6867
Yxy7.84610.22330.1097
Hunter Lab28.010952.7157-81.3297
CIE-Lab33.660361.8205-66.2618

#6f1dbb color RGB value is (111,29,187).

#6f1dbb hex color red value is 111, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6f1dbb hue: 0.75 , saturation: 0.73 and the lightness value of 6f1dbb is 0.42.

The process color (four color CMYK) of #6f1dbb color hex is 0.41, 0.84, 0.00, 0.27. Web safe color of #6f1dbb is #6633cc. Color #6f1dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00011101 10111011
Octal 157 35 273
Decimal 111 29 187
Hex 6F 1D BB

RGB Percentages of Color #6f1dbb

%33.94
%8.87
%57.19

CMYK Percentages of Color #6f1dbb

%41
%84
%0
%27

Triadic Colors of #6f1dbb

#6f1dbb #bb6f1d #1dbb6f

Analogous Colors of #6f1dbb

#6f1dbb #bb1db8 #201dbb

Monochromatic Colors of #6f1dbb

#6f1dbb

Complementary Color

#6f1dbb #69bb1d

#6f1dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f1dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f1dbb Color CSS Codes

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

#6f1dbb Text Font Color

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

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


#6f1dbb Background Color

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

This div background color is #6f1dbb


#6f1dbb Border Color

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

This div border color is #6f1dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,29,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6f1dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f1dbb


Comments

No comments written yet.

Please login to write comment.