Color Hex Logo

#0f0858 Color Hex

#0F0858
(15,8,88)
0 Favorites   0 Comments

Color spaces of #0f0858

RGB 15888
HSL0.680.830.19
HSV245°91°35°
CMYK 0.830.910.00   0.65
XYZ2.04530.97989.3138
Yxy0.97980.16580.0794
Hunter Lab9.898519.5607-48.8589
CIE-Lab8.822032.0815-45.3257

#0f0858 color RGB value is (15,8,88).

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

The process color (four color CMYK) of #0f0858 color hex is 0.83, 0.91, 0.00, 0.65. Web safe color of #0f0858 is #000066. Color #0f0858 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001000 01011000
Octal 17 10 130
Decimal 15 8 88
Hex F 8 58

RGB Percentages of Color #0f0858

%13.51
%7.21
%79.28

CMYK Percentages of Color #0f0858

%83
%91
%0
%65

Triadic Colors of #0f0858

#0f0858 #580f08 #08580f

Analogous Colors of #0f0858

#0f0858 #370858 #082958

Monochromatic Colors of #0f0858

#0f0858

Complementary Color

#0f0858 #515808

#0f0858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0858 Color CSS Codes

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

#0f0858 Text Font Color

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

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


#0f0858 Background Color

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

This div background color is #0f0858


#0f0858 Border Color

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

This div border color is #0f0858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0858

#0f0858 Color Palettes


Comments

No comments written yet.

Please login to write comment.