Color Hex Logo

#133feb Color Hex

#133FEB
(19,63,235)
0 Favorites   0 Comments

Color spaces of #133feb

RGB 1963235
HSL0.630.850.50
HSV228°92°92°
CMYK 0.920.730.00   0.08
XYZ17.04159.691679.5697
Yxy9.69160.16030.0912
Hunter Lab31.131343.2323-129.7495
CIE-Lab37.283152.2733-88.2790

#133feb color RGB value is (19,63,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111111 11101011
Octal 23 77 353
Decimal 19 63 235
Hex 13 3F EB

RGB Percentages of Color #133feb

%5.99
%19.87
%74.13

CMYK Percentages of Color #133feb

%92
%73
%0
%8

Triadic Colors of #133feb

#133feb #eb133f #3feb13

Analogous Colors of #133feb

#133feb #5313eb #13abeb

Monochromatic Colors of #133feb

#133feb

Complementary Color

#133feb #ebbf13

#133feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#133feb Color CSS Codes

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

#133feb Text Font Color

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

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


#133feb Background Color

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

This div background color is #133feb


#133feb Border Color

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

This div border color is #133feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133feb


Comments

No comments written yet.

Please login to write comment.