Color Hex Logo

#132dbe Color Hex

#132DBE
(19,45,190)
0 Favorites   0 Comments

Color spaces of #132dbe

RGB 1945190
HSL0.640.820.41
HSV231°90°75°
CMYK 0.900.760.00   0.25
XYZ10.50125.732949.2683
Yxy5.73290.16030.0875
Hunter Lab23.943536.3860-105.2401
CIE-Lab28.728347.1275-76.4260

#132dbe color RGB value is (19,45,190).

#132dbe hex color red value is 19, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #132dbe hue: 0.64 , saturation: 0.82 and the lightness value of 132dbe is 0.41.

The process color (four color CMYK) of #132dbe color hex is 0.90, 0.76, 0.00, 0.25. Web safe color of #132dbe is #0033cc. Color #132dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101101 10111110
Octal 23 55 276
Decimal 19 45 190
Hex 13 2D BE

RGB Percentages of Color #132dbe

%7.48
%17.72
%74.80

CMYK Percentages of Color #132dbe

%90
%76
%0
%25

Triadic Colors of #132dbe

#132dbe #be132d #2dbe13

Analogous Colors of #132dbe

#132dbe #4e13be #1383be

Monochromatic Colors of #132dbe

#132dbe

Complementary Color

#132dbe #bea413

#132dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#132dbe Color CSS Codes

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

#132dbe Text Font Color

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

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


#132dbe Background Color

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

This div background color is #132dbe


#132dbe Border Color

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

This div border color is #132dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132dbe


Comments

No comments written yet.

Please login to write comment.