Color Hex Logo

#6f3cbb Color Hex

#6F3CBB
(111,60,187)
0 Favorites   0 Comments

Color spaces of #6f3cbb

RGB 11160187
HSL0.730.510.48
HSV264°68°73°
CMYK 0.410.680.00   0.27
XYZ17.141010.199148.0789
Yxy10.19910.22730.1352
Hunter Lab31.936039.9181-66.9044
CIE-Lab38.197448.8801-58.8544

#6f3cbb color RGB value is (111,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111100 10111011
Octal 157 74 273
Decimal 111 60 187
Hex 6F 3C BB

RGB Percentages of Color #6f3cbb

%31.01
%16.76
%52.23

CMYK Percentages of Color #6f3cbb

%41
%68
%0
%27

Triadic Colors of #6f3cbb

#6f3cbb #bb6f3c #3cbb6f

Analogous Colors of #6f3cbb

#6f3cbb #af3cbb #3c48bb

Monochromatic Colors of #6f3cbb

#6f3cbb

Complementary Color

#6f3cbb #88bb3c

#6f3cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f3cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f3cbb Color CSS Codes

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

#6f3cbb Text Font Color

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

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


#6f3cbb Background Color

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

This div background color is #6f3cbb


#6f3cbb Border Color

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

This div border color is #6f3cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f3cbb


Comments

No comments written yet.

Please login to write comment.