Color Hex Logo

#1829eb Color Hex

#1829EB
(24,41,235)
0 Favorites   0 Comments

Color spaces of #1829eb

RGB 2441235
HSL0.650.840.51
HSV235°90°92°
CMYK 0.900.830.00   0.08
XYZ16.16507.778279.2466
Yxy7.77820.15670.0754
Hunter Lab27.889454.6540-148.9474
CIE-Lab33.516663.5892-94.5289

#1829eb color RGB value is (24,41,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101001 11101011
Octal 30 51 353
Decimal 24 41 235
Hex 18 29 EB

RGB Percentages of Color #1829eb

%8.00
%13.67
%78.33

CMYK Percentages of Color #1829eb

%90
%83
%0
%8

Triadic Colors of #1829eb

#1829eb #eb1829 #29eb18

Analogous Colors of #1829eb

#1829eb #7118eb #1893eb

Monochromatic Colors of #1829eb

#1829eb

Complementary Color

#1829eb #ebda18

#1829eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1829eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1829eb Color CSS Codes

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

#1829eb Text Font Color

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

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


#1829eb Background Color

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

This div background color is #1829eb


#1829eb Border Color

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

This div border color is #1829eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1829eb


Comments

No comments written yet.

Please login to write comment.