Color Hex Logo

#0533da Color Hex

#0533DA
(5,51,218)
0 Favorites   0 Comments

Color spaces of #0533da

RGB 551218
HSL0.630.960.44
HSV227°98°85°
CMYK 0.980.770.00   0.15
XYZ13.90137.461967.0373
Yxy7.46190.15730.0844
Hunter Lab27.316543.0344-126.3819
CIE-Lab32.836152.9358-85.9433

#0533da color RGB value is (5,51,218).

#0533da hex color red value is 5, green value is 51 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0533da hue: 0.63 , saturation: 0.96 and the lightness value of 0533da is 0.44.

The process color (four color CMYK) of #0533da color hex is 0.98, 0.77, 0.00, 0.15. Web safe color of #0533da is #0033cc. Color #0533da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110011 11011010
Octal 5 63 332
Decimal 5 51 218
Hex 5 33 DA

RGB Percentages of Color #0533da

%1.82
%18.61
%79.56

CMYK Percentages of Color #0533da

%98
%77
%0
%15

Triadic Colors of #0533da

#0533da #da0533 #33da05

Analogous Colors of #0533da

#0533da #4105da #059eda

Monochromatic Colors of #0533da

#0533da

Complementary Color

#0533da #daac05

#0533da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0533da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0533da Color CSS Codes

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

#0533da Text Font Color

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

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


#0533da Background Color

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

This div background color is #0533da


#0533da Border Color

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

This div border color is #0533da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0533da


Comments

No comments written yet.

Please login to write comment.