Color Hex Logo

#0f38ea Color Hex

#0F38EA
(15,56,234)
0 Favorites   0 Comments

Color spaces of #0f38ea

RGB 1556234
HSL0.640.880.49
HSV229°94°92°
CMYK 0.940.760.00   0.08
XYZ16.46258.870478.6864
Yxy8.87040.15830.0853
Hunter Lab29.783246.5442-135.7942
CIE-Lab35.733655.7226-90.2816

#0f38ea color RGB value is (15,56,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00111000 11101010
Octal 17 70 352
Decimal 15 56 234
Hex F 38 EA

RGB Percentages of Color #0f38ea

%4.92
%18.36
%76.72

CMYK Percentages of Color #0f38ea

%94
%76
%0
%8

Triadic Colors of #0f38ea

#0f38ea #ea0f38 #38ea0f

Analogous Colors of #0f38ea

#0f38ea #530fea #0fa6ea

Monochromatic Colors of #0f38ea

#0f38ea

Complementary Color

#0f38ea #eac10f

#0f38ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f38ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f38ea Color CSS Codes

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

#0f38ea Text Font Color

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

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


#0f38ea Background Color

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

This div background color is #0f38ea


#0f38ea Border Color

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

This div border color is #0f38ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f38ea


Comments

No comments written yet.

Please login to write comment.