Color Hex Logo

#0f042a Color Hex

#0F042A
(15,4,42)
0 Favorites   0 Comments

Color spaces of #0f042a

RGB 15442
HSL0.710.830.09
HSV257°90°16°
CMYK 0.640.900.00   0.84
XYZ0.65830.35562.2244
Yxy0.35560.20330.1098
Hunter Lab5.96329.2696-17.9421
CIE-Lab3.212113.1213-21.5497

#0f042a color RGB value is (15,4,42).

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

The process color (four color CMYK) of #0f042a color hex is 0.64, 0.90, 0.00, 0.84. Web safe color of #0f042a is #000033. Color #0f042a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000100 00101010
Octal 17 4 52
Decimal 15 4 42
Hex F 4 2A

RGB Percentages of Color #0f042a

%24.59
%6.56
%68.85

CMYK Percentages of Color #0f042a

%64
%90
%0
%84

Triadic Colors of #0f042a

#0f042a #2a0f04 #042a0f

Analogous Colors of #0f042a

#0f042a #22042a #040c2a

Monochromatic Colors of #0f042a

#0f042a

Complementary Color

#0f042a #1f2a04

#0f042a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f042a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f042a Color CSS Codes

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

#0f042a Text Font Color

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

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


#0f042a Background Color

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

This div background color is #0f042a


#0f042a Border Color

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

This div border color is #0f042a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f042a


Comments

No comments written yet.

Please login to write comment.