Color Hex Logo

#1829ff Color Hex

#1829FF
(24,41,255)
2 Favorites   0 Comments

Color spaces of #1829ff

RGB 2441255
HSL0.651.000.55
HSV236°91°100°
CMYK 0.910.840.00   0.00
XYZ19.21969.000195.3319
Yxy9.00010.15560.0728
Hunter Lab30.000261.8557-167.4064
CIE-Lab35.984569.4045-101.7044

#1829ff color RGB value is (24,41,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101001 11111111
Octal 30 51 377
Decimal 24 41 255
Hex 18 29 FF

RGB Percentages of Color #1829ff

%7.50
%12.81
%79.69

CMYK Percentages of Color #1829ff

%91
%84
%0
%0

Triadic Colors of #1829ff

#1829ff #ff1829 #29ff18

Analogous Colors of #1829ff

#1829ff #7b18ff #189dff

Monochromatic Colors of #1829ff

#1829ff

Complementary Color

#1829ff #ffee18

#1829ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1829ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1829ff Color CSS Codes

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

#1829ff Text Font Color

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

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


#1829ff Background Color

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

This div background color is #1829ff


#1829ff Border Color

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

This div border color is #1829ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,41,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1829ff

#1829ff Color Palettes


Comments

No comments written yet.

Please login to write comment.