Color Hex Logo

#132bef Color Hex

#132BEF
(19,43,239)
0 Favorites   0 Comments

Color spaces of #132bef

RGB 1943239
HSL0.650.870.51
HSV233°92°94°
CMYK 0.920.820.00   0.06
XYZ16.71248.098282.3436
Yxy8.09820.15600.0756
Hunter Lab28.457355.0290-151.6403
CIE-Lab34.186663.7939-95.6875

#132bef color RGB value is (19,43,239).

#132bef hex color red value is 19, green value is 43 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #132bef hue: 0.65 , saturation: 0.87 and the lightness value of 132bef is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101011 11101111
Octal 23 53 357
Decimal 19 43 239
Hex 13 2B EF

RGB Percentages of Color #132bef

%6.31
%14.29
%79.40

CMYK Percentages of Color #132bef

%92
%82
%0
%6

Triadic Colors of #132bef

#132bef #ef132b #2bef13

Analogous Colors of #132bef

#132bef #6913ef #1399ef

Monochromatic Colors of #132bef

#132bef

Complementary Color

#132bef #efd713

#132bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#132bef Color CSS Codes

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

#132bef Text Font Color

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

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


#132bef Background Color

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

This div background color is #132bef


#132bef Border Color

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

This div border color is #132bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132bef


Comments

No comments written yet.

Please login to write comment.