Color Hex Logo

#1505fb Color Hex

#1505FB
(21,5,251)
0 Favorites   0 Comments

Color spaces of #1505fb

RGB 215251
HSL0.680.970.50
HSV244°98°98°
CMYK 0.920.980.00   0.02
XYZ17.77617.233091.7260
Yxy7.23300.15230.0620
Hunter Lab26.894270.9170-183.3896
CIE-Lab32.331677.6107-105.5591

#1505fb color RGB value is (21,5,251).

#1505fb hex color red value is 21, green value is 5 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1505fb hue: 0.68 , saturation: 0.97 and the lightness value of 1505fb is 0.50.

The process color (four color CMYK) of #1505fb color hex is 0.92, 0.98, 0.00, 0.02. Web safe color of #1505fb is #0000ff. Color #1505fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000101 11111011
Octal 25 5 373
Decimal 21 5 251
Hex 15 5 FB

RGB Percentages of Color #1505fb

%7.58
%1.81
%90.61

CMYK Percentages of Color #1505fb

%92
%98
%0
%2

Triadic Colors of #1505fb

#1505fb #fb1505 #05fb15

Analogous Colors of #1505fb

#1505fb #9005fb #0570fb

Monochromatic Colors of #1505fb

#1505fb

Complementary Color

#1505fb #ebfb05

#1505fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1505fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1505fb Color CSS Codes

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

#1505fb Text Font Color

<p style="color:#1505fb">Text here</p>

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


#1505fb Background Color

<div style="background-color:#1505fb">
Div content here</div>

This div background color is #1505fb


#1505fb Border Color

<div style="border:3px solid #1505fb">
Div here</div>

This div border color is #1505fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,5,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1505fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1505fb;
  -webkit-box-shadow: 1px 1px 3px 2px #1505fb;
  box-shadow:         1px 1px 3px 2px #1505fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1505fb


Comments

No comments written yet.

Please login to write comment.