Color Hex Logo

#132de1 Color Hex

#132DE1
(19,45,225)
0 Favorites   0 Comments

Color spaces of #132de1

RGB 1945225
HSL0.650.840.48
HSV232°92°88°
CMYK 0.920.800.00   0.12
XYZ14.79767.451571.8925
Yxy7.45150.15720.0792
Hunter Lab27.297448.9921-137.0422
CIE-Lab32.813458.5779-89.9947

#132de1 color RGB value is (19,45,225).

#132de1 hex color red value is 19, green value is 45 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #132de1 hue: 0.65 , saturation: 0.84 and the lightness value of 132de1 is 0.48.

The process color (four color CMYK) of #132de1 color hex is 0.92, 0.80, 0.00, 0.12. Web safe color of #132de1 is #0033cc. Color #132de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101101 11100001
Octal 23 55 341
Decimal 19 45 225
Hex 13 2D E1

RGB Percentages of Color #132de1

%6.57
%15.57
%77.85

CMYK Percentages of Color #132de1

%92
%80
%0
%12

Triadic Colors of #132de1

#132de1 #e1132d #2de113

Analogous Colors of #132de1

#132de1 #6013e1 #1394e1

Monochromatic Colors of #132de1

#132de1

Complementary Color

#132de1 #e1c713

#132de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132de1 Color CSS Codes

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

#132de1 Text Font Color

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

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


#132de1 Background Color

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

This div background color is #132de1


#132de1 Border Color

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

This div border color is #132de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132de1


Comments

No comments written yet.

Please login to write comment.