Color Hex Logo

#0f0611 Color Hex

#0F0611
(15,6,17)
0 Favorites   0 Comments

Color spaces of #0f0611

RGB 15617
HSL0.800.480.05
HSV289°65°
CMYK 0.120.650.00   0.93
XYZ0.36330.27230.5637
Yxy0.27230.30290.2270
Hunter Lab5.21823.2955-2.7520
CIE-Lab2.45974.2802-3.8220

#0f0611 color RGB value is (15,6,17).

#0f0611 hex color red value is 15, green value is 6 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #0f0611 hue: 0.80 , saturation: 0.48 and the lightness value of 0f0611 is 0.05.

The process color (four color CMYK) of #0f0611 color hex is 0.12, 0.65, 0.00, 0.93. Web safe color of #0f0611 is #000000. Color #0f0611 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000110 00010001
Octal 17 6 21
Decimal 15 6 17
Hex F 6 11

RGB Percentages of Color #0f0611

%39.47
%15.79
%44.74

CMYK Percentages of Color #0f0611

%12
%65
%0
%93

Triadic Colors of #0f0611

#0f0611 #110f06 #06110f

Analogous Colors of #0f0611

#0f0611 #11060e #0a0611

Monochromatic Colors of #0f0611

#0f0611

Complementary Color

#0f0611 #081106

#0f0611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0611 Color CSS Codes

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

#0f0611 Text Font Color

<p style="color:#0f0611">Text here</p>

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


#0f0611 Background Color

<div style="background-color:#0f0611">
Div content here</div>

This div background color is #0f0611


#0f0611 Border Color

<div style="border:3px solid #0f0611">
Div here</div>

This div border color is #0f0611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0611


Comments

No comments written yet.

Please login to write comment.