Color Hex Logo

#133dca Color Hex

#133DCA
(19,61,202)
0 Favorites   0 Comments

Color spaces of #133dca

RGB 1961202
HSL0.630.830.43
HSV226°91°79°
CMYK 0.910.700.00   0.21
XYZ12.59807.740256.7071
Yxy7.74020.16350.1005
Hunter Lab27.821232.1412-101.3741
CIE-Lab33.435941.8464-75.6780

#133dca color RGB value is (19,61,202).

#133dca hex color red value is 19, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #133dca hue: 0.63 , saturation: 0.83 and the lightness value of 133dca is 0.43.

The process color (four color CMYK) of #133dca color hex is 0.91, 0.70, 0.00, 0.21. Web safe color of #133dca is #0033cc. Color #133dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111101 11001010
Octal 23 75 312
Decimal 19 61 202
Hex 13 3D CA

RGB Percentages of Color #133dca

%6.74
%21.63
%71.63

CMYK Percentages of Color #133dca

%91
%70
%0
%21

Triadic Colors of #133dca

#133dca #ca133d #3dca13

Analogous Colors of #133dca

#133dca #4413ca #1399ca

Monochromatic Colors of #133dca

#133dca

Complementary Color

#133dca #caa013

#133dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#133dca Color CSS Codes

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

#133dca Text Font Color

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

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


#133dca Background Color

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

This div background color is #133dca


#133dca Border Color

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

This div border color is #133dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133dca


Comments

No comments written yet.

Please login to write comment.