Color Hex Logo

#133dfc Color Hex

#133DFC
(19,61,252)
0 Favorites   0 Comments

Color spaces of #133dfc

RGB 1961252
HSL0.640.970.53
HSV229°92°99°
CMYK 0.920.760.00   0.01
XYZ19.508010.504293.0948
Yxy10.50420.15850.0853
Hunter Lab32.410250.7230-147.6171
CIE-Lab38.732559.0201-95.4578

#133dfc color RGB value is (19,61,252).

#133dfc hex color red value is 19, green value is 61 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #133dfc hue: 0.64 , saturation: 0.97 and the lightness value of 133dfc is 0.53.

The process color (four color CMYK) of #133dfc color hex is 0.92, 0.76, 0.00, 0.01. Web safe color of #133dfc is #0033ff. Color #133dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111101 11111100
Octal 23 75 374
Decimal 19 61 252
Hex 13 3D FC

RGB Percentages of Color #133dfc

%5.72
%18.37
%75.90

CMYK Percentages of Color #133dfc

%92
%76
%0
%1

Triadic Colors of #133dfc

#133dfc #fc133d #3dfc13

Analogous Colors of #133dfc

#133dfc #5e13fc #13b2fc

Monochromatic Colors of #133dfc

#133dfc

Complementary Color

#133dfc #fcd213

#133dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#133dfc Color CSS Codes

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

#133dfc Text Font Color

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

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


#133dfc Background Color

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

This div background color is #133dfc


#133dfc Border Color

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

This div border color is #133dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133dfc


Comments

No comments written yet.

Please login to write comment.