Color Hex Logo

#1a3efd Color Hex

#1A3EFD
(26,62,253)
0 Favorites   0 Comments

Color spaces of #1a3efd

RGB 2662253
HSL0.640.980.55
HSV230°90°99°
CMYK 0.900.750.00   0.01
XYZ19.878210.756793.9571
Yxy10.75670.15950.0863
Hunter Lab32.797450.7917-146.8942
CIE-Lab39.167658.9987-95.2920

#1a3efd color RGB value is (26,62,253).

#1a3efd hex color red value is 26, green value is 62 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1a3efd hue: 0.64 , saturation: 0.98 and the lightness value of 1a3efd is 0.55.

The process color (four color CMYK) of #1a3efd color hex is 0.90, 0.75, 0.00, 0.01. Web safe color of #1a3efd is #3333ff. Color #1a3efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 00111110 11111101
Octal 32 76 375
Decimal 26 62 253
Hex 1A 3E FD

RGB Percentages of Color #1a3efd

%7.62
%18.18
%74.19

CMYK Percentages of Color #1a3efd

%90
%75
%0
%1

Triadic Colors of #1a3efd

#1a3efd #fd1a3e #3efd1a

Analogous Colors of #1a3efd

#1a3efd #681afd #1ab0fd

Monochromatic Colors of #1a3efd

#1a3efd

Complementary Color

#1a3efd #fdd91a

#1a3efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a3efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a3efd Color CSS Codes

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

#1a3efd Text Font Color

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

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


#1a3efd Background Color

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

This div background color is #1a3efd


#1a3efd Border Color

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

This div border color is #1a3efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,62,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a3efd


Comments

No comments written yet.

Please login to write comment.