Color Hex Logo

#132cbe Color Hex

#132CBE
(19,44,190)
0 Favorites   0 Comments

Color spaces of #132cbe

RGB 1944190
HSL0.640.820.41
HSV231°90°75°
CMYK 0.900.770.00   0.25
XYZ10.46355.657549.2557
Yxy5.65750.16000.0865
Hunter Lab23.785536.8995-106.1296
CIE-Lab28.531447.6890-76.7525

#132cbe color RGB value is (19,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101100 10111110
Octal 23 54 276
Decimal 19 44 190
Hex 13 2C BE

RGB Percentages of Color #132cbe

%7.51
%17.39
%75.10

CMYK Percentages of Color #132cbe

%90
%77
%0
%25

Triadic Colors of #132cbe

#132cbe #be132c #2cbe13

Analogous Colors of #132cbe

#132cbe #4f13be #1382be

Monochromatic Colors of #132cbe

#132cbe

Complementary Color

#132cbe #bea513

#132cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#132cbe Color CSS Codes

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

#132cbe Text Font Color

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

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


#132cbe Background Color

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

This div background color is #132cbe


#132cbe Border Color

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

This div border color is #132cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,44,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 #132cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132cbe


Comments

No comments written yet.

Please login to write comment.