Color Hex Logo

#6f15bc Color Hex

#6F15BC
(111,21,188)
0 Favorites   0 Comments

Color spaces of #6f15bc

RGB 11121188
HSL0.760.800.41
HSV272°89°74°
CMYK 0.410.890.00   0.26
XYZ15.90087.546748.1955
Yxy7.54670.22190.1053
Hunter Lab27.471355.2439-84.7883
CIE-Lab33.020464.2105-67.9033

#6f15bc color RGB value is (111,21,188).

#6f15bc hex color red value is 111, green value is 21 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6f15bc hue: 0.76 , saturation: 0.80 and the lightness value of 6f15bc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00010101 10111100
Octal 157 25 274
Decimal 111 21 188
Hex 6F 15 BC

RGB Percentages of Color #6f15bc

%34.69
%6.56
%58.75

CMYK Percentages of Color #6f15bc

%41
%89
%0
%26

Triadic Colors of #6f15bc

#6f15bc #bc6f15 #15bc6f

Analogous Colors of #6f15bc

#6f15bc #bc15b6 #1b15bc

Monochromatic Colors of #6f15bc

#6f15bc

Complementary Color

#6f15bc #62bc15

#6f15bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f15bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f15bc Color CSS Codes

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

#6f15bc Text Font Color

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

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


#6f15bc Background Color

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

This div background color is #6f15bc


#6f15bc Border Color

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

This div border color is #6f15bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f15bc


Comments

No comments written yet.

Please login to write comment.