Color Hex Logo

#053eca Color Hex

#053ECA
(5,62,202)
0 Favorites   0 Comments

Color spaces of #053eca

RGB 562202
HSL0.620.950.41
HSV223°98°79°
CMYK 0.980.690.00   0.21
XYZ12.44597.741856.7155
Yxy7.74180.16180.1007
Hunter Lab27.824131.1521-101.3775
CIE-Lab33.439340.8016-75.6801

#053eca color RGB value is (5,62,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111110 11001010
Octal 5 76 312
Decimal 5 62 202
Hex 5 3E CA

RGB Percentages of Color #053eca

%1.86
%23.05
%75.09

CMYK Percentages of Color #053eca

%98
%69
%0
%21

Triadic Colors of #053eca

#053eca #ca053e #3eca05

Analogous Colors of #053eca

#053eca #2e05ca #05a1ca

Monochromatic Colors of #053eca

#053eca

Complementary Color

#053eca #ca9105

#053eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#053eca Color CSS Codes

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

#053eca Text Font Color

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

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


#053eca Background Color

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

This div background color is #053eca


#053eca Border Color

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

This div border color is #053eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053eca


Comments

No comments written yet.

Please login to write comment.