Color Hex Logo

#1829fb Color Hex

#1829FB
(24,41,251)
0 Favorites   0 Comments

Color spaces of #1829fb

RGB 2441251
HSL0.650.970.54
HSV236°90°98°
CMYK 0.900.840.00   0.02
XYZ18.58228.745191.9754
Yxy8.74510.15580.0733
Hunter Lab29.572160.4127-163.7037
CIE-Lab35.488868.2602-100.2866

#1829fb color RGB value is (24,41,251).

#1829fb hex color red value is 24, green value is 41 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1829fb hue: 0.65 , saturation: 0.97 and the lightness value of 1829fb is 0.54.

The process color (four color CMYK) of #1829fb color hex is 0.90, 0.84, 0.00, 0.02. Web safe color of #1829fb is #0033ff. Color #1829fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101001 11111011
Octal 30 51 373
Decimal 24 41 251
Hex 18 29 FB

RGB Percentages of Color #1829fb

%7.59
%12.97
%79.43

CMYK Percentages of Color #1829fb

%90
%84
%0
%2

Triadic Colors of #1829fb

#1829fb #fb1829 #29fb18

Analogous Colors of #1829fb

#1829fb #7918fb #189bfb

Monochromatic Colors of #1829fb

#1829fb

Complementary Color

#1829fb #fbea18

#1829fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1829fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1829fb Color CSS Codes

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

#1829fb Text Font Color

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

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


#1829fb Background Color

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

This div background color is #1829fb


#1829fb Border Color

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

This div border color is #1829fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,41,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 #1829fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1829fb


Comments

No comments written yet.

Please login to write comment.