Color Hex Logo

#0f0595 Color Hex

#0F0595
(15,5,149)
0 Favorites   0 Comments

Color spaces of #0f0595

RGB 155149
HSL0.680.940.30
HSV244°97°58°
CMYK 0.900.970.00   0.42
XYZ5.67612.380028.5940
Yxy2.38000.15490.0649
Hunter Lab15.427238.6773-99.0934
CIE-Lab17.367051.6140-70.5469

#0f0595 color RGB value is (15,5,149).

#0f0595 hex color red value is 15, green value is 5 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #0f0595 hue: 0.68 , saturation: 0.94 and the lightness value of 0f0595 is 0.30.

The process color (four color CMYK) of #0f0595 color hex is 0.90, 0.97, 0.00, 0.42. Web safe color of #0f0595 is #000099. Color #0f0595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000101 10010101
Octal 17 5 225
Decimal 15 5 149
Hex F 5 95

RGB Percentages of Color #0f0595

%8.88
%2.96
%88.17

CMYK Percentages of Color #0f0595

%90
%97
%0
%42

Triadic Colors of #0f0595

#0f0595 #950f05 #05950f

Analogous Colors of #0f0595

#0f0595 #570595 #054395

Monochromatic Colors of #0f0595

#0f0595

Complementary Color

#0f0595 #8b9505

#0f0595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0595 Color CSS Codes

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

#0f0595 Text Font Color

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

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


#0f0595 Background Color

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

This div background color is #0f0595


#0f0595 Border Color

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

This div border color is #0f0595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0595


Comments

No comments written yet.

Please login to write comment.