Color Hex Logo

#0531da Color Hex

#0531DA
(5,49,218)
0 Favorites   0 Comments

Color spaces of #0531da

RGB 549218
HSL0.630.960.44
HSV228°98°85°
CMYK 0.980.780.00   0.15
XYZ13.81587.290867.0088
Yxy7.29080.15680.0827
Hunter Lab27.001544.0802-128.2373
CIE-Lab32.460054.0160-86.5678

#0531da color RGB value is (5,49,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110001 11011010
Octal 5 61 332
Decimal 5 49 218
Hex 5 31 DA

RGB Percentages of Color #0531da

%1.84
%18.01
%80.15

CMYK Percentages of Color #0531da

%98
%78
%0
%15

Triadic Colors of #0531da

#0531da #da0531 #31da05

Analogous Colors of #0531da

#0531da #4305da #059cda

Monochromatic Colors of #0531da

#0531da

Complementary Color

#0531da #daae05

#0531da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0531da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0531da Color CSS Codes

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

#0531da Text Font Color

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

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


#0531da Background Color

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

This div background color is #0531da


#0531da Border Color

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

This div border color is #0531da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,49,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 #0531da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0531da


Comments

No comments written yet.

Please login to write comment.