Color Hex Logo

#1f5aeb Color Hex

#1F5AEB
(31,90,235)
0 Favorites   0 Comments

Color spaces of #1f5aeb

RGB 3190235
HSL0.620.840.52
HSV223°87°92°
CMYK 0.870.620.00   0.08
XYZ19.216613.601880.2098
Yxy13.60180.17000.1203
Hunter Lab36.880628.4661-103.1304
CIE-Lab43.656436.3208-77.7725

#1f5aeb color RGB value is (31,90,235).

#1f5aeb hex color red value is 31, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1f5aeb hue: 0.62 , saturation: 0.84 and the lightness value of 1f5aeb is 0.52.

The process color (four color CMYK) of #1f5aeb color hex is 0.87, 0.62, 0.00, 0.08. Web safe color of #1f5aeb is #3366ff. Color #1f5aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01011010 11101011
Octal 37 132 353
Decimal 31 90 235
Hex 1F 5A EB

RGB Percentages of Color #1f5aeb

%8.71
%25.28
%66.01

CMYK Percentages of Color #1f5aeb

%87
%62
%0
%8

Triadic Colors of #1f5aeb

#1f5aeb #eb1f5a #5aeb1f

Analogous Colors of #1f5aeb

#1f5aeb #4a1feb #1fc0eb

Monochromatic Colors of #1f5aeb

#1f5aeb

Complementary Color

#1f5aeb #ebb01f

#1f5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f5aeb Color CSS Codes

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

#1f5aeb Text Font Color

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

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


#1f5aeb Background Color

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

This div background color is #1f5aeb


#1f5aeb Border Color

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

This div border color is #1f5aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f5aeb


Comments

No comments written yet.

Please login to write comment.