Color Hex Logo

#0f0aea Color Hex

#0F0AEA
(15,10,234)
0 Favorites   0 Comments

Color spaces of #0f0aea

RGB 1510234
HSL0.670.920.48
HSV241°96°92°
CMYK 0.940.960.00   0.08
XYZ15.15686.259278.2512
Yxy6.25920.15210.0628
Hunter Lab25.018464.3578-167.9312
CIE-Lab30.057272.6172-99.7370

#0f0aea color RGB value is (15,10,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001010 11101010
Octal 17 12 352
Decimal 15 10 234
Hex F A EA

RGB Percentages of Color #0f0aea

%5.79
%3.86
%90.35

CMYK Percentages of Color #0f0aea

%94
%96
%0
%8

Triadic Colors of #0f0aea

#0f0aea #ea0f0a #0aea0f

Analogous Colors of #0f0aea

#0f0aea #7f0aea #0a75ea

Monochromatic Colors of #0f0aea

#0f0aea

Complementary Color

#0f0aea #e5ea0a

#0f0aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0aea Color CSS Codes

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

#0f0aea Text Font Color

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

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


#0f0aea Background Color

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

This div background color is #0f0aea


#0f0aea Border Color

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

This div border color is #0f0aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,10,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 #0f0aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0aea


Comments

No comments written yet.

Please login to write comment.