Color Hex Logo

#0f084d Color Hex

#0F084D
(15,8,77)
0 Favorites   0 Comments

Color spaces of #0f084d

RGB 15877
HSL0.680.810.17
HSV246°90°30°
CMYK 0.810.900.00   0.70
XYZ1.62340.81107.0922
Yxy0.81100.17040.0851
Hunter Lab9.005616.4179-40.3891
CIE-Lab7.325728.2236-40.2538

#0f084d color RGB value is (15,8,77).

#0f084d hex color red value is 15, green value is 8 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #0f084d hue: 0.68 , saturation: 0.81 and the lightness value of 0f084d is 0.17.

The process color (four color CMYK) of #0f084d color hex is 0.81, 0.90, 0.00, 0.70. Web safe color of #0f084d is #000066. Color #0f084d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001000 01001101
Octal 17 10 115
Decimal 15 8 77
Hex F 8 4D

RGB Percentages of Color #0f084d

%15.00
%8.00
%77.00

CMYK Percentages of Color #0f084d

%81
%90
%0
%70

Triadic Colors of #0f084d

#0f084d #4d0f08 #084d0f

Analogous Colors of #0f084d

#0f084d #32084d #08234d

Monochromatic Colors of #0f084d

#0f084d

Complementary Color

#0f084d #464d08

#0f084d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f084d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f084d Color CSS Codes

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

#0f084d Text Font Color

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

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


#0f084d Background Color

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

This div background color is #0f084d


#0f084d Border Color

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

This div border color is #0f084d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f084d

#0f084d Color Palettes


Comments

No comments written yet.

Please login to write comment.