Color Hex Logo

#0f042d Color Hex

#0F042D
(15,4,45)
0 Favorites   0 Comments

Color spaces of #0f042d

RGB 15445
HSL0.710.840.10
HSV256°91°18°
CMYK 0.670.910.00   0.82
XYZ0.71410.37792.5179
Yxy0.37790.19780.1047
Hunter Lab6.14749.9774-19.9815
CIE-Lab3.413514.5388-23.5084

#0f042d color RGB value is (15,4,45).

#0f042d hex color red value is 15, green value is 4 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #0f042d hue: 0.71 , saturation: 0.84 and the lightness value of 0f042d is 0.10.

The process color (four color CMYK) of #0f042d color hex is 0.67, 0.91, 0.00, 0.82. Web safe color of #0f042d is #000033. Color #0f042d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000100 00101101
Octal 17 4 55
Decimal 15 4 45
Hex F 4 2D

RGB Percentages of Color #0f042d

%23.44
%6.25
%70.31

CMYK Percentages of Color #0f042d

%67
%91
%0
%82

Triadic Colors of #0f042d

#0f042d #2d0f04 #042d0f

Analogous Colors of #0f042d

#0f042d #24042d #040e2d

Monochromatic Colors of #0f042d

#0f042d

Complementary Color

#0f042d #222d04

#0f042d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f042d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f042d Color CSS Codes

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

#0f042d Text Font Color

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

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


#0f042d Background Color

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

This div background color is #0f042d


#0f042d Border Color

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

This div border color is #0f042d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f042d


Comments

No comments written yet.

Please login to write comment.