Color Hex Logo

#0f01ae Color Hex

#0F01AE
(15,1,174)
0 Favorites   0 Comments

Color spaces of #0f01ae

RGB 151174
HSL0.680.990.34
HSV245°99°68°
CMYK 0.910.990.00   0.32
XYZ7.84783.179340.2444
Yxy3.17930.15310.0620
Hunter Lab17.830647.3599-121.3386
CIE-Lab20.748159.3270-80.1720

#0f01ae color RGB value is (15,1,174).

#0f01ae hex color red value is 15, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0f01ae hue: 0.68 , saturation: 0.99 and the lightness value of 0f01ae is 0.34.

The process color (four color CMYK) of #0f01ae color hex is 0.91, 0.99, 0.00, 0.32. Web safe color of #0f01ae is #000099. Color #0f01ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000001 10101110
Octal 17 1 256
Decimal 15 1 174
Hex F 1 AE

RGB Percentages of Color #0f01ae

%7.89
%0.53
%91.58

CMYK Percentages of Color #0f01ae

%91
%99
%0
%32

Triadic Colors of #0f01ae

#0f01ae #ae0f01 #01ae0f

Analogous Colors of #0f01ae

#0f01ae #6601ae #014aae

Monochromatic Colors of #0f01ae

#0f01ae

Complementary Color

#0f01ae #a0ae01

#0f01ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f01ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f01ae Color CSS Codes

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

#0f01ae Text Font Color

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

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


#0f01ae Background Color

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

This div background color is #0f01ae


#0f01ae Border Color

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

This div border color is #0f01ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f01ae


Comments

No comments written yet.

Please login to write comment.