Color Hex Logo

#132083 Color Hex

#132083
(19,32,131)
0 Favorites   0 Comments

Color spaces of #132083

RGB 1932131
HSL0.650.750.29
HSV233°85°51°
CMYK 0.850.760.00   0.49
XYZ4.88182.810221.7578
Yxy2.81020.16580.0954
Hunter Lab16.763722.6452-65.2188
CIE-Lab19.267233.8455-56.1216

#132083 color RGB value is (19,32,131).

#132083 hex color red value is 19, green value is 32 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #132083 hue: 0.65 , saturation: 0.75 and the lightness value of 132083 is 0.29.

The process color (four color CMYK) of #132083 color hex is 0.85, 0.76, 0.00, 0.49. Web safe color of #132083 is #003399. Color #132083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100000 10000011
Octal 23 40 203
Decimal 19 32 131
Hex 13 20 83

RGB Percentages of Color #132083

%10.44
%17.58
%71.98

CMYK Percentages of Color #132083

%85
%76
%0
%49

Triadic Colors of #132083

#132083 #831320 #208313

Analogous Colors of #132083

#132083 #3e1383 #135883

Monochromatic Colors of #132083

#132083

Complementary Color

#132083 #837613

#132083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132083 Color CSS Codes

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

#132083 Text Font Color

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

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


#132083 Background Color

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

This div background color is #132083


#132083 Border Color

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

This div border color is #132083


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,32,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #132083; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #132083;
  -webkit-box-shadow: 1px 1px 3px 2px #132083;
  box-shadow:         1px 1px 3px 2px #132083; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132083


Comments

No comments written yet.

Please login to write comment.