Color Hex Logo

#150dfc Color Hex

#150DFC
(21,13,252)
0 Favorites   0 Comments

Color spaces of #150dfc

RGB 2113252
HSL0.670.980.52
HSV242°95°99°
CMYK 0.920.950.00   0.01
XYZ18.02397.475692.5884
Yxy7.47560.15260.0633
Hunter Lab27.341569.8218-181.6384
CIE-Lab32.866076.6296-105.2278

#150dfc color RGB value is (21,13,252).

#150dfc hex color red value is 21, green value is 13 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #150dfc hue: 0.67 , saturation: 0.98 and the lightness value of 150dfc is 0.52.

The process color (four color CMYK) of #150dfc color hex is 0.92, 0.95, 0.00, 0.01. Web safe color of #150dfc is #0000ff. Color #150dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001101 11111100
Octal 25 15 374
Decimal 21 13 252
Hex 15 D FC

RGB Percentages of Color #150dfc

%7.34
%4.55
%88.11

CMYK Percentages of Color #150dfc

%92
%95
%0
%1

Triadic Colors of #150dfc

#150dfc #fc150d #0dfc15

Analogous Colors of #150dfc

#150dfc #8d0dfc #0d7dfc

Monochromatic Colors of #150dfc

#150dfc

Complementary Color

#150dfc #f4fc0d

#150dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#150dfc Color CSS Codes

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

#150dfc Text Font Color

<p style="color:#150dfc">Text here</p>

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


#150dfc Background Color

<div style="background-color:#150dfc">
Div content here</div>

This div background color is #150dfc


#150dfc Border Color

<div style="border:3px solid #150dfc">
Div here</div>

This div border color is #150dfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,13,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #150dfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #150dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #150dfc;
  box-shadow:         1px 1px 3px 2px #150dfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,13,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150dfc


Comments

No comments written yet.

Please login to write comment.