color codes Logo

#6f11bd color codes

#6F11BD
(111,17,189)
0 Favorites   0 Comments

Color spaces of #6f11bd

RGB 11117189
HSL0.760.830.40
HSV273°91°74°
CMYK 0.410.910.00   0.26
XYZ15.94137.454548.7428
Yxy7.45450.22100.1033
Hunter Lab27.302956.4403-86.7360
CIE-Lab32.820065.3083-68.8237

#6f11bd color RGB value is (111,17,189).

#6f11bd hex color red value is 111, green value is 17 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6f11bd hue: 0.76 , saturation: 0.83 and the lightness value of 6f11bd is 0.40.

The process color (four color CMYK) of #6f11bd color code is 0.41, 0.91, 0.00, 0.26. Web safe color of #6f11bd is #6600cc. Color #6f11bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00010001 10111101
Octal 157 21 275
Decimal 111 17 189
Hex 6F 11 BD

RGB Percentages of Color #6f11bd

%35.02
%5.36
%59.62

CMYK Percentages of Color #6f11bd

%41
%91
%0
%26

Triadic Colors of #6f11bd

#6f11bd #bd6f11 #11bd6f

Analogous Colors of #6f11bd

#6f11bd #bd11b5 #1911bd

Monochromatic Colors of #6f11bd

#6f11bd

Complementary Color

#6f11bd #5fbd11

#6f11bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f11bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f11bd Color CSS Codes

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

#6f11bd Text Font Color

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

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


#6f11bd Background Color

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

This div background color is #6f11bd


#6f11bd Border Color

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

This div border color is #6f11bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f11bd


Comments

No comments written yet.

Please login to write comment.