Color Hex Logo

#133fca Color Hex

#133FCA
(19,63,202)
0 Favorites   0 Comments

Color spaces of #133fca

RGB 1963202
HSL0.630.830.43
HSV226°91°79°
CMYK 0.910.690.00   0.21
XYZ12.70677.957756.7434
Yxy7.95770.16420.1028
Hunter Lab28.209431.0375-99.5157
CIE-Lab33.894640.6001-74.9213

#133fca color RGB value is (19,63,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111111 11001010
Octal 23 77 312
Decimal 19 63 202
Hex 13 3F CA

RGB Percentages of Color #133fca

%6.69
%22.18
%71.13

CMYK Percentages of Color #133fca

%91
%69
%0
%21

Triadic Colors of #133fca

#133fca #ca133f #3fca13

Analogous Colors of #133fca

#133fca #4213ca #139bca

Monochromatic Colors of #133fca

#133fca

Complementary Color

#133fca #ca9e13

#133fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#133fca Color CSS Codes

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

#133fca Text Font Color

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

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


#133fca Background Color

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

This div background color is #133fca


#133fca Border Color

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

This div border color is #133fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,63,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 #133fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133fca


Comments

No comments written yet.

Please login to write comment.