Color Hex Logo

#6f1ccb Color Hex

#6F1CCB
(111,28,203)
0 Favorites   0 Comments

Color spaces of #6f1ccb

RGB 11128203
HSL0.750.760.45
HSV268°86°80°
CMYK 0.450.860.00   0.20
XYZ17.75038.521857.2092
Yxy8.52180.21260.1021
Hunter Lab29.192157.4509-95.7590
CIE-Lab35.046865.7687-73.3741

#6f1ccb color RGB value is (111,28,203).

#6f1ccb hex color red value is 111, green value is 28 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6f1ccb hue: 0.75 , saturation: 0.76 and the lightness value of 6f1ccb is 0.45.

The process color (four color CMYK) of #6f1ccb color hex is 0.45, 0.86, 0.00, 0.20. Web safe color of #6f1ccb is #6633cc. Color #6f1ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00011100 11001011
Octal 157 34 313
Decimal 111 28 203
Hex 6F 1C CB

RGB Percentages of Color #6f1ccb

%32.46
%8.19
%59.36

CMYK Percentages of Color #6f1ccb

%45
%86
%0
%20

Triadic Colors of #6f1ccb

#6f1ccb #cb6f1c #1ccb6f

Analogous Colors of #6f1ccb

#6f1ccb #c71ccb #1c20cb

Monochromatic Colors of #6f1ccb

#6f1ccb

Complementary Color

#6f1ccb #78cb1c

#6f1ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f1ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f1ccb Color CSS Codes

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

#6f1ccb Text Font Color

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

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


#6f1ccb Background Color

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

This div background color is #6f1ccb


#6f1ccb Border Color

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

This div border color is #6f1ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f1ccb


Comments

No comments written yet.

Please login to write comment.