color codes Logo

#6f07cc color codes

#6F07CC
(111,7,204)
0 Favorites   0 Comments

Color spaces of #6f07cc

RGB 1117204
HSL0.750.930.41
HSV272°97°80°
CMYK 0.460.970.00   0.20
XYZ17.53067.891157.7259
Yxy7.89110.21080.0949
Hunter Lab28.091162.2357-102.1744
CIE-Lab33.755170.1525-76.0856

#6f07cc color RGB value is (111,7,204).

#6f07cc hex color red value is 111, green value is 7 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6f07cc hue: 0.75 , saturation: 0.93 and the lightness value of 6f07cc is 0.41.

The process color (four color CMYK) of #6f07cc color code is 0.46, 0.97, 0.00, 0.20. Web safe color of #6f07cc is #6600cc. Color #6f07cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000111 11001100
Octal 157 7 314
Decimal 111 7 204
Hex 6F 7 CC

RGB Percentages of Color #6f07cc

%34.47
%2.17
%63.35

CMYK Percentages of Color #6f07cc

%46
%97
%0
%20

Triadic Colors of #6f07cc

#6f07cc #cc6f07 #07cc6f

Analogous Colors of #6f07cc

#6f07cc #cc07c7 #0d07cc

Monochromatic Colors of #6f07cc

#6f07cc

Complementary Color

#6f07cc #64cc07

#6f07cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f07cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f07cc Color CSS Codes

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

#6f07cc Text Font Color

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

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


#6f07cc Background Color

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

This div background color is #6f07cc


#6f07cc Border Color

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

This div border color is #6f07cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f07cc


Comments

No comments written yet.

Please login to write comment.