Color Hex Logo

#0533fe Color Hex

#0533FE
(5,51,254)
0 Favorites   0 Comments

Color spaces of #0533fe

RGB 551254
HSL0.640.990.51
HSV229°98°100°
CMYK 0.980.800.00   0.00
XYZ19.13589.555794.6018
Yxy9.55570.15520.0775
Hunter Lab30.912356.4013-159.8083
CIE-Lab37.032964.4583-99.4070

#0533fe color RGB value is (5,51,254).

#0533fe hex color red value is 5, green value is 51 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0533fe hue: 0.64 , saturation: 0.99 and the lightness value of 0533fe is 0.51.

The process color (four color CMYK) of #0533fe color hex is 0.98, 0.80, 0.00, 0.00. Web safe color of #0533fe is #0033ff. Color #0533fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110011 11111110
Octal 5 63 376
Decimal 5 51 254
Hex 5 33 FE

RGB Percentages of Color #0533fe

%1.61
%16.45
%81.94

CMYK Percentages of Color #0533fe

%98
%80
%0
%0

Triadic Colors of #0533fe

#0533fe #fe0533 #33fe05

Analogous Colors of #0533fe

#0533fe #5305fe #05b0fe

Monochromatic Colors of #0533fe

#0533fe

Complementary Color

#0533fe #fed005

#0533fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0533fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0533fe Color CSS Codes

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

#0533fe Text Font Color

<p style="color:#0533fe">Text here</p>

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


#0533fe Background Color

<div style="background-color:#0533fe">
Div content here</div>

This div background color is #0533fe


#0533fe Border Color

<div style="border:3px solid #0533fe">
Div here</div>

This div border color is #0533fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,51,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0533fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0533fe;
  -webkit-box-shadow: 1px 1px 3px 2px #0533fe;
  box-shadow:         1px 1px 3px 2px #0533fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,51,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0533fe


Comments

No comments written yet.

Please login to write comment.