Color Hex Logo

#1321f9 Color Hex

#1321F9
(19,33,249)
0 Favorites   0 Comments

Color spaces of #1321f9

RGB 1933249
HSL0.660.950.53
HSV236°92°98°
CMYK 0.920.870.00   0.02
XYZ17.91138.065790.2353
Yxy8.06570.15410.0694
Hunter Lab28.400262.8753-168.5008
CIE-Lab34.119370.6278-101.4478

#1321f9 color RGB value is (19,33,249).

#1321f9 hex color red value is 19, green value is 33 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #1321f9 hue: 0.66 , saturation: 0.95 and the lightness value of 1321f9 is 0.53.

The process color (four color CMYK) of #1321f9 color hex is 0.92, 0.87, 0.00, 0.02. Web safe color of #1321f9 is #0033ff. Color #1321f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100001 11111001
Octal 23 41 371
Decimal 19 33 249
Hex 13 21 F9

RGB Percentages of Color #1321f9

%6.31
%10.96
%82.72

CMYK Percentages of Color #1321f9

%92
%87
%0
%2

Triadic Colors of #1321f9

#1321f9 #f91321 #21f913

Analogous Colors of #1321f9

#1321f9 #7813f9 #1394f9

Monochromatic Colors of #1321f9

#1321f9

Complementary Color

#1321f9 #f9eb13

#1321f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1321f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1321f9 Color CSS Codes

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

#1321f9 Text Font Color

<p style="color:#1321f9">Text here</p>

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


#1321f9 Background Color

<div style="background-color:#1321f9">
Div content here</div>

This div background color is #1321f9


#1321f9 Border Color

<div style="border:3px solid #1321f9">
Div here</div>

This div border color is #1321f9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,33,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1321f9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1321f9;
  -webkit-box-shadow: 1px 1px 3px 2px #1321f9;
  box-shadow:         1px 1px 3px 2px #1321f9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,33,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1321f9


Comments

No comments written yet.

Please login to write comment.