Color Hex Logo

#132158 Color Hex

#132158
(19,33,88)
0 Favorites   0 Comments

Color spaces of #132158

RGB 193388
HSL0.630.640.21
HSV228°78°35°
CMYK 0.780.630.00   0.65
XYZ2.57391.93079.4695
Yxy1.93070.18420.1382
Hunter Lab13.89508.7491-30.6800
CIE-Lab15.119316.0137-34.9567

#132158 color RGB value is (19,33,88).

#132158 hex color red value is 19, green value is 33 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #132158 hue: 0.63 , saturation: 0.64 and the lightness value of 132158 is 0.21.

The process color (four color CMYK) of #132158 color hex is 0.78, 0.63, 0.00, 0.65. Web safe color of #132158 is #003366. Color #132158 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100001 01011000
Octal 23 41 130
Decimal 19 33 88
Hex 13 21 58

RGB Percentages of Color #132158

%13.57
%23.57
%62.86

CMYK Percentages of Color #132158

%78
%63
%0
%65

Triadic Colors of #132158

#132158 #581321 #215813

Analogous Colors of #132158

#132158 #281358 #134458

Monochromatic Colors of #132158

#132158

Complementary Color

#132158 #584a13

#132158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132158 Color CSS Codes

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

#132158 Text Font Color

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

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


#132158 Background Color

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

This div background color is #132158


#132158 Border Color

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

This div border color is #132158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132158


Comments

No comments written yet.

Please login to write comment.