Color Hex Logo

#1a29eb Color Hex

#1A29EB
(26,41,235)
0 Favorites   0 Comments

Color spaces of #1a29eb

RGB 2641235
HSL0.650.840.51
HSV236°89°92°
CMYK 0.890.830.00   0.08
XYZ16.21437.803679.2489
Yxy7.80360.15700.0756
Hunter Lab27.934954.7208-148.6460
CIE-Lab33.570563.6385-94.4378

#1a29eb color RGB value is (26,41,235).

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

The process color (four color CMYK) of #1a29eb color hex is 0.89, 0.83, 0.00, 0.08. Web safe color of #1a29eb is #3333ff. Color #1a29eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 00101001 11101011
Octal 32 51 353
Decimal 26 41 235
Hex 1A 29 EB

RGB Percentages of Color #1a29eb

%8.61
%13.58
%77.81

CMYK Percentages of Color #1a29eb

%89
%83
%0
%8

Triadic Colors of #1a29eb

#1a29eb #eb1a29 #29eb1a

Analogous Colors of #1a29eb

#1a29eb #741aeb #1a92eb

Monochromatic Colors of #1a29eb

#1a29eb

Complementary Color

#1a29eb #ebdc1a

#1a29eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a29eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a29eb Color CSS Codes

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

#1a29eb Text Font Color

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

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


#1a29eb Background Color

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

This div background color is #1a29eb


#1a29eb Border Color

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

This div border color is #1a29eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a29eb


Comments

No comments written yet.

Please login to write comment.