Color Hex Logo

#132afa Color Hex

#132AFA
(19,42,250)
0 Favorites   0 Comments

Color spaces of #132afa

RGB 1942250
HSL0.650.960.53
HSV234°92°98°
CMYK 0.920.830.00   0.02
XYZ18.35188.696591.1538
Yxy8.69650.15530.0736
Hunter Lab29.489859.4750-162.6240
CIE-Lab35.393367.4677-99.8867

#132afa color RGB value is (19,42,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101010 11111010
Octal 23 52 372
Decimal 19 42 250
Hex 13 2A FA

RGB Percentages of Color #132afa

%6.11
%13.50
%80.39

CMYK Percentages of Color #132afa

%92
%83
%0
%2

Triadic Colors of #132afa

#132afa #fa132a #2afa13

Analogous Colors of #132afa

#132afa #7013fa #139efa

Monochromatic Colors of #132afa

#132afa

Complementary Color

#132afa #fae313

#132afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#132afa Color CSS Codes

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

#132afa Text Font Color

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

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


#132afa Background Color

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

This div background color is #132afa


#132afa Border Color

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

This div border color is #132afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132afa


Comments

No comments written yet.

Please login to write comment.