Color Hex Logo

#1d34fb Color Hex

#1D34FB
(29,52,251)
0 Favorites   0 Comments

Color spaces of #1d34fb

RGB 2952251
HSL0.650.970.55
HSV234°88°98°
CMYK 0.880.790.00   0.02
XYZ19.14739.682292.1265
Yxy9.68220.15830.0800
Hunter Lab31.116255.3861-153.7598
CIE-Lab37.265963.5127-97.3261

#1d34fb color RGB value is (29,52,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 00110100 11111011
Octal 35 64 373
Decimal 29 52 251
Hex 1D 34 FB

RGB Percentages of Color #1d34fb

%8.73
%15.66
%75.60

CMYK Percentages of Color #1d34fb

%88
%79
%0
%2

Triadic Colors of #1d34fb

#1d34fb #fb1d34 #34fb1d

Analogous Colors of #1d34fb

#1d34fb #751dfb #1da3fb

Monochromatic Colors of #1d34fb

#1d34fb

Complementary Color

#1d34fb #fbe41d

#1d34fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d34fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d34fb Color CSS Codes

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

#1d34fb Text Font Color

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

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


#1d34fb Background Color

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

This div background color is #1d34fb


#1d34fb Border Color

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

This div border color is #1d34fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d34fb


Comments

No comments written yet.

Please login to write comment.