Color Hex Logo

#0f06ea Color Hex

#0F06EA
(15,6,234)
0 Favorites   0 Comments

Color spaces of #0f06ea

RGB 156234
HSL0.670.950.47
HSV242°97°92°
CMYK 0.940.970.00   0.08
XYZ15.11346.172378.2367
Yxy6.17230.15190.0620
Hunter Lab24.844165.1096-169.3195
CIE-Lab29.843173.2812-100.0951

#0f06ea color RGB value is (15,6,234).

#0f06ea hex color red value is 15, green value is 6 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0f06ea hue: 0.67 , saturation: 0.95 and the lightness value of 0f06ea is 0.47.

The process color (four color CMYK) of #0f06ea color hex is 0.94, 0.97, 0.00, 0.08. Web safe color of #0f06ea is #0000ff. Color #0f06ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000110 11101010
Octal 17 6 352
Decimal 15 6 234
Hex F 6 EA

RGB Percentages of Color #0f06ea

%5.88
%2.35
%91.76

CMYK Percentages of Color #0f06ea

%94
%97
%0
%8

Triadic Colors of #0f06ea

#0f06ea #ea0f06 #06ea0f

Analogous Colors of #0f06ea

#0f06ea #8106ea #066fea

Monochromatic Colors of #0f06ea

#0f06ea

Complementary Color

#0f06ea #e1ea06

#0f06ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f06ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f06ea Color CSS Codes

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

#0f06ea Text Font Color

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

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


#0f06ea Background Color

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

This div background color is #0f06ea


#0f06ea Border Color

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

This div border color is #0f06ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f06ea


Comments

No comments written yet.

Please login to write comment.