Color Hex Logo

#132cbd Color Hex

#132CBD
(19,44,189)
0 Favorites   0 Comments

Color spaces of #132cbd

RGB 1944189
HSL0.640.820.41
HSV231°90°74°
CMYK 0.900.770.00   0.26
XYZ10.35455.613948.6820
Yxy5.61390.16020.0868
Hunter Lab23.693736.5433-105.2341
CIE-Lab28.416747.3483-76.3519

#132cbd color RGB value is (19,44,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101100 10111101
Octal 23 54 275
Decimal 19 44 189
Hex 13 2C BD

RGB Percentages of Color #132cbd

%7.54
%17.46
%75.00

CMYK Percentages of Color #132cbd

%90
%77
%0
%26

Triadic Colors of #132cbd

#132cbd #bd132c #2cbd13

Analogous Colors of #132cbd

#132cbd #4f13bd #1381bd

Monochromatic Colors of #132cbd

#132cbd

Complementary Color

#132cbd #bda413

#132cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#132cbd Color CSS Codes

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

#132cbd Text Font Color

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

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


#132cbd Background Color

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

This div background color is #132cbd


#132cbd Border Color

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

This div border color is #132cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132cbd


Comments

No comments written yet.

Please login to write comment.