Color Hex Logo

#0f0642 Color Hex

#0F0642
(15,6,66)
0 Favorites   0 Comments

Color spaces of #0f0642

RGB 15666
HSL0.690.830.14
HSV249°91°26°
CMYK 0.770.910.00   0.74
XYZ1.24550.62525.2093
Yxy0.62520.17590.0883
Hunter Lab7.907014.2800-33.5268
CIE-Lab5.647424.5719-35.2825

#0f0642 color RGB value is (15,6,66).

#0f0642 hex color red value is 15, green value is 6 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #0f0642 hue: 0.69 , saturation: 0.83 and the lightness value of 0f0642 is 0.14.

The process color (four color CMYK) of #0f0642 color hex is 0.77, 0.91, 0.00, 0.74. Web safe color of #0f0642 is #000033. Color #0f0642 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000110 01000010
Octal 17 6 102
Decimal 15 6 66
Hex F 6 42

RGB Percentages of Color #0f0642

%17.24
%6.90
%75.86

CMYK Percentages of Color #0f0642

%77
%91
%0
%74

Triadic Colors of #0f0642

#0f0642 #420f06 #06420f

Analogous Colors of #0f0642

#0f0642 #2d0642 #061b42

Monochromatic Colors of #0f0642

#0f0642

Complementary Color

#0f0642 #394206

#0f0642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0642 Color CSS Codes

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

#0f0642 Text Font Color

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

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


#0f0642 Background Color

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

This div background color is #0f0642


#0f0642 Border Color

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

This div border color is #0f0642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0642


Comments

No comments written yet.

Please login to write comment.