Color Hex Logo

#1d25fb Color Hex

#1D25FB
(29,37,251)
0 Favorites   0 Comments

Color spaces of #1d25fb

RGB 2937251
HSL0.660.970.55
HSV238°88°98°
CMYK 0.880.850.00   0.02
XYZ18.58088.549491.9377
Yxy8.54940.15610.0718
Hunter Lab29.239462.2629-165.9588
CIE-Lab35.101869.9209-100.9279

#1d25fb color RGB value is (29,37,251).

#1d25fb hex color red value is 29, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1d25fb hue: 0.66 , saturation: 0.97 and the lightness value of 1d25fb is 0.55.

The process color (four color CMYK) of #1d25fb color hex is 0.88, 0.85, 0.00, 0.02. Web safe color of #1d25fb is #3333ff. Color #1d25fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00100101 11111011
Octal 35 45 373
Decimal 29 37 251
Hex 1D 25 FB

RGB Percentages of Color #1d25fb

%9.15
%11.67
%79.18

CMYK Percentages of Color #1d25fb

%88
%85
%0
%2

Triadic Colors of #1d25fb

#1d25fb #fb1d25 #25fb1d

Analogous Colors of #1d25fb

#1d25fb #841dfb #1d94fb

Monochromatic Colors of #1d25fb

#1d25fb

Complementary Color

#1d25fb #fbf31d

#1d25fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d25fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d25fb Color CSS Codes

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

#1d25fb Text Font Color

<p style="color:#1d25fb">Text here</p>

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


#1d25fb Background Color

<div style="background-color:#1d25fb">
Div content here</div>

This div background color is #1d25fb


#1d25fb Border Color

<div style="border:3px solid #1d25fb">
Div here</div>

This div border color is #1d25fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,37,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d25fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d25fb;
  -webkit-box-shadow: 1px 1px 3px 2px #1d25fb;
  box-shadow:         1px 1px 3px 2px #1d25fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,37,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 #1d25fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d25fb


Comments

No comments written yet.

Please login to write comment.