Color Hex Logo

#133ec2 Color Hex

#133EC2
(19,62,194)
0 Favorites   0 Comments

Color spaces of #133ec2

RGB 1962194
HSL0.630.820.42
HSV225°90°76°
CMYK 0.900.680.00   0.24
XYZ11.72887.478751.8643
Yxy7.47870.16500.1052
Hunter Lab27.347228.6983-93.3011
CIE-Lab32.872738.2704-71.9313

#133ec2 color RGB value is (19,62,194).

#133ec2 hex color red value is 19, green value is 62 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #133ec2 hue: 0.63 , saturation: 0.82 and the lightness value of 133ec2 is 0.42.

The process color (four color CMYK) of #133ec2 color hex is 0.90, 0.68, 0.00, 0.24. Web safe color of #133ec2 is #0033cc. Color #133ec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111110 11000010
Octal 23 76 302
Decimal 19 62 194
Hex 13 3E C2

RGB Percentages of Color #133ec2

%6.91
%22.55
%70.55

CMYK Percentages of Color #133ec2

%90
%68
%0
%24

Triadic Colors of #133ec2

#133ec2 #c2133e #3ec213

Analogous Colors of #133ec2

#133ec2 #4013c2 #1396c2

Monochromatic Colors of #133ec2

#133ec2

Complementary Color

#133ec2 #c29713

#133ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133ec2 Color CSS Codes

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

#133ec2 Text Font Color

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

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


#133ec2 Background Color

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

This div background color is #133ec2


#133ec2 Border Color

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

This div border color is #133ec2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,62,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133ec2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133ec2;
  -webkit-box-shadow: 1px 1px 3px 2px #133ec2;
  box-shadow:         1px 1px 3px 2px #133ec2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133ec2


Comments

No comments written yet.

Please login to write comment.