Color Hex Logo

#0f35f2 Color Hex

#0F35F2
(15,53,242)
0 Favorites   0 Comments

Color spaces of #0f35f2

RGB 1553242
HSL0.640.900.50
HSV230°94°95°
CMYK 0.940.780.00   0.05
XYZ17.49719.058684.8307
Yxy9.05860.15710.0813
Hunter Lab30.097551.0998-146.0423
CIE-Lab36.096959.8770-94.2102

#0f35f2 color RGB value is (15,53,242).

#0f35f2 hex color red value is 15, green value is 53 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #0f35f2 hue: 0.64 , saturation: 0.90 and the lightness value of 0f35f2 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00110101 11110010
Octal 17 65 362
Decimal 15 53 242
Hex F 35 F2

RGB Percentages of Color #0f35f2

%4.84
%17.10
%78.06

CMYK Percentages of Color #0f35f2

%94
%78
%0
%5

Triadic Colors of #0f35f2

#0f35f2 #f20f35 #35f20f

Analogous Colors of #0f35f2

#0f35f2 #5a0ff2 #0fa7f2

Monochromatic Colors of #0f35f2

#0f35f2

Complementary Color

#0f35f2 #f2cc0f

#0f35f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f35f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f35f2 Color CSS Codes

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

#0f35f2 Text Font Color

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

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


#0f35f2 Background Color

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

This div background color is #0f35f2


#0f35f2 Border Color

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

This div border color is #0f35f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f35f2


Comments

No comments written yet.

Please login to write comment.