Color Hex Logo

#053dce Color Hex

#053DCE
(5,61,206)
0 Favorites   0 Comments

Color spaces of #053dce

RGB 561206
HSL0.620.950.41
HSV223°98°81°
CMYK 0.980.700.00   0.19
XYZ12.87197.826059.2247
Yxy7.82600.16110.0979
Hunter Lab27.975033.1755-105.9379
CIE-Lab33.617842.8963-77.7112

#053dce color RGB value is (5,61,206).

#053dce hex color red value is 5, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #053dce hue: 0.62 , saturation: 0.95 and the lightness value of 053dce is 0.41.

The process color (four color CMYK) of #053dce color hex is 0.98, 0.70, 0.00, 0.19. Web safe color of #053dce is #0033cc. Color #053dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111101 11001110
Octal 5 75 316
Decimal 5 61 206
Hex 5 3D CE

RGB Percentages of Color #053dce

%1.84
%22.43
%75.74

CMYK Percentages of Color #053dce

%98
%70
%0
%19

Triadic Colors of #053dce

#053dce #ce053d #3dce05

Analogous Colors of #053dce

#053dce #3105ce #05a2ce

Monochromatic Colors of #053dce

#053dce

Complementary Color

#053dce #ce9605

#053dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#053dce Color CSS Codes

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

#053dce Text Font Color

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

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


#053dce Background Color

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

This div background color is #053dce


#053dce Border Color

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

This div border color is #053dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053dce


Comments

No comments written yet.

Please login to write comment.