Color Hex Logo

#0f3eea Color Hex

#0F3EEA
(15,62,234)
0 Favorites   0 Comments

Color spaces of #0f3eea

RGB 1562234
HSL0.630.880.49
HSV227°94°92°
CMYK 0.940.740.00   0.08
XYZ16.77099.487378.7892
Yxy9.48730.15970.0903
Hunter Lab30.801543.2878-130.1010
CIE-Lab36.906152.3983-88.3382

#0f3eea color RGB value is (15,62,234).

#0f3eea hex color red value is 15, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0f3eea hue: 0.63 , saturation: 0.88 and the lightness value of 0f3eea is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00111110 11101010
Octal 17 76 352
Decimal 15 62 234
Hex F 3E EA

RGB Percentages of Color #0f3eea

%4.82
%19.94
%75.24

CMYK Percentages of Color #0f3eea

%94
%74
%0
%8

Triadic Colors of #0f3eea

#0f3eea #ea0f3e #3eea0f

Analogous Colors of #0f3eea

#0f3eea #4e0fea #0facea

Monochromatic Colors of #0f3eea

#0f3eea

Complementary Color

#0f3eea #eabb0f

#0f3eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f3eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f3eea Color CSS Codes

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

#0f3eea Text Font Color

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

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


#0f3eea Background Color

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

This div background color is #0f3eea


#0f3eea Border Color

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

This div border color is #0f3eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f3eea


Comments

No comments written yet.

Please login to write comment.