Color Hex Logo

#053bed Color Hex

#053BED
(5,59,237)
0 Favorites   0 Comments

Color spaces of #053bed

RGB 559237
HSL0.630.960.47
HSV226°98°93°
CMYK 0.980.750.00   0.07
XYZ16.91269.274681.0196
Yxy9.27460.15780.0865
Hunter Lab30.454245.8342-136.4155
CIE-Lab36.507754.9030-90.7036

#053bed color RGB value is (5,59,237).

#053bed hex color red value is 5, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #053bed hue: 0.63 , saturation: 0.96 and the lightness value of 053bed is 0.47.

The process color (four color CMYK) of #053bed color hex is 0.98, 0.75, 0.00, 0.07. Web safe color of #053bed is #0033ff. Color #053bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111011 11101101
Octal 5 73 355
Decimal 5 59 237
Hex 5 3B ED

RGB Percentages of Color #053bed

%1.66
%19.60
%78.74

CMYK Percentages of Color #053bed

%98
%75
%0
%7

Triadic Colors of #053bed

#053bed #ed053b #3bed05

Analogous Colors of #053bed

#053bed #4305ed #05afed

Monochromatic Colors of #053bed

#053bed

Complementary Color

#053bed #edb705

#053bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#053bed Color CSS Codes

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

#053bed Text Font Color

<p style="color:#053bed">Text here</p>

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


#053bed Background Color

<div style="background-color:#053bed">
Div content here</div>

This div background color is #053bed


#053bed Border Color

<div style="border:3px solid #053bed">
Div here</div>

This div border color is #053bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,59,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #053bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #053bed;
  -webkit-box-shadow: 1px 1px 3px 2px #053bed;
  box-shadow:         1px 1px 3px 2px #053bed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053bed


Comments

No comments written yet.

Please login to write comment.