Color Hex Logo

#132ffb Color Hex

#132FFB
(19,47,251)
0 Favorites   0 Comments

Color spaces of #132ffb

RGB 1947251
HSL0.650.970.53
HSV233°92°98°
CMYK 0.920.810.00   0.02
XYZ18.69779.136592.0448
Yxy9.13650.15600.0762
Hunter Lab30.226657.5205-159.3886
CIE-Lab36.245865.5974-99.0290

#132ffb color RGB value is (19,47,251).

#132ffb hex color red value is 19, green value is 47 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #132ffb hue: 0.65 , saturation: 0.97 and the lightness value of 132ffb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101111 11111011
Octal 23 57 373
Decimal 19 47 251
Hex 13 2F FB

RGB Percentages of Color #132ffb

%5.99
%14.83
%79.18

CMYK Percentages of Color #132ffb

%92
%81
%0
%2

Triadic Colors of #132ffb

#132ffb #fb132f #2ffb13

Analogous Colors of #132ffb

#132ffb #6b13fb #13a3fb

Monochromatic Colors of #132ffb

#132ffb

Complementary Color

#132ffb #fbdf13

#132ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#132ffb Color CSS Codes

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

#132ffb Text Font Color

<p style="color:#132ffb">Text here</p>

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


#132ffb Background Color

<div style="background-color:#132ffb">
Div content here</div>

This div background color is #132ffb


#132ffb Border Color

<div style="border:3px solid #132ffb">
Div here</div>

This div border color is #132ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,47,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #132ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #132ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #132ffb;
  box-shadow:         1px 1px 3px 2px #132ffb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132ffb


Comments

No comments written yet.

Please login to write comment.