Color Hex Logo

#6f11dc Color Hex

#6F11DC
(111,17,220)
0 Favorites   0 Comments

Color spaces of #6f11dc

RGB 11117220
HSL0.740.860.46
HSV268°92°86°
CMYK 0.500.920.00   0.14
XYZ19.67438.947768.4003
Yxy8.94770.20280.0922
Hunter Lab29.912765.0565-114.6374
CIE-Lab35.883472.1366-81.8348

#6f11dc color RGB value is (111,17,220).

#6f11dc hex color red value is 111, green value is 17 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6f11dc hue: 0.74 , saturation: 0.86 and the lightness value of 6f11dc is 0.46.

The process color (four color CMYK) of #6f11dc color hex is 0.50, 0.92, 0.00, 0.14. Web safe color of #6f11dc is #6600cc. Color #6f11dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00010001 11011100
Octal 157 21 334
Decimal 111 17 220
Hex 6F 11 DC

RGB Percentages of Color #6f11dc

%31.90
%4.89
%63.22

CMYK Percentages of Color #6f11dc

%50
%92
%0
%14

Triadic Colors of #6f11dc

#6f11dc #dc6f11 #11dc6f

Analogous Colors of #6f11dc

#6f11dc #d511dc #1119dc

Monochromatic Colors of #6f11dc

#6f11dc

Complementary Color

#6f11dc #7edc11

#6f11dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f11dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f11dc Color CSS Codes

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

#6f11dc Text Font Color

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

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


#6f11dc Background Color

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

This div background color is #6f11dc


#6f11dc Border Color

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

This div border color is #6f11dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f11dc


Comments

No comments written yet.

Please login to write comment.