Color Hex Logo

#0f0c33 Color Hex

#0F0C33
(15,12,51)
0 Favorites   0 Comments

Color spaces of #0f0c33

RGB 151251
HSL0.680.620.12
HSV245°76°20°
CMYK 0.710.760.00   0.80
XYZ0.92600.60353.1997
Yxy0.60350.19580.1276
Hunter Lab7.76857.6821-18.9824
CIE-Lab5.451414.3265-24.7331

#0f0c33 color RGB value is (15,12,51).

#0f0c33 hex color red value is 15, green value is 12 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #0f0c33 hue: 0.68 , saturation: 0.62 and the lightness value of 0f0c33 is 0.12.

The process color (four color CMYK) of #0f0c33 color hex is 0.71, 0.76, 0.00, 0.80. Web safe color of #0f0c33 is #000033. Color #0f0c33 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001100 00110011
Octal 17 14 63
Decimal 15 12 51
Hex F C 33

RGB Percentages of Color #0f0c33

%19.23
%15.38
%65.38

CMYK Percentages of Color #0f0c33

%71
%76
%0
%80

Triadic Colors of #0f0c33

#0f0c33 #330f0c #0c330f

Analogous Colors of #0f0c33

#0f0c33 #230c33 #0c1d33

Monochromatic Colors of #0f0c33

#0f0c33

Complementary Color

#0f0c33 #30330c

#0f0c33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0c33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0c33 Color CSS Codes

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

#0f0c33 Text Font Color

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

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


#0f0c33 Background Color

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

This div background color is #0f0c33


#0f0c33 Border Color

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

This div border color is #0f0c33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0c33


Comments

No comments written yet.

Please login to write comment.