Color Hex Logo

#133fea Color Hex

#133FEA
(19,63,234)
0 Favorites   0 Comments

Color spaces of #133fea

RGB 1963234
HSL0.630.850.50
HSV228°92°92°
CMYK 0.920.730.00   0.08
XYZ16.89739.634078.8109
Yxy9.63400.16040.0915
Hunter Lab31.038742.8568-128.8173
CIE-Lab37.177451.9317-87.8869

#133fea color RGB value is (19,63,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111111 11101010
Octal 23 77 352
Decimal 19 63 234
Hex 13 3F EA

RGB Percentages of Color #133fea

%6.01
%19.94
%74.05

CMYK Percentages of Color #133fea

%92
%73
%0
%8

Triadic Colors of #133fea

#133fea #ea133f #3fea13

Analogous Colors of #133fea

#133fea #5213ea #13abea

Monochromatic Colors of #133fea

#133fea

Complementary Color

#133fea #eabe13

#133fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#133fea Color CSS Codes

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

#133fea Text Font Color

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

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


#133fea Background Color

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

This div background color is #133fea


#133fea Border Color

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

This div border color is #133fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133fea


Comments

No comments written yet.

Please login to write comment.