Color Hex Logo

#1053ca Color Hex

#1053CA
(16,83,202)
0 Favorites   0 Comments

Color spaces of #1053ca

RGB 1683202
HSL0.610.850.43
HSV218°92°79°
CMYK 0.920.590.00   0.21
XYZ13.967610.560957.1794
Yxy10.56090.17090.1293
Hunter Lab32.497519.8495-81.5724
CIE-Lab38.830827.5146-66.8218

#1053ca color RGB value is (16,83,202).

#1053ca hex color red value is 16, green value is 83 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1053ca hue: 0.61 , saturation: 0.85 and the lightness value of 1053ca is 0.43.

The process color (four color CMYK) of #1053ca color hex is 0.92, 0.59, 0.00, 0.21. Web safe color of #1053ca is #0066cc. Color #1053ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010011 11001010
Octal 20 123 312
Decimal 16 83 202
Hex 10 53 CA

RGB Percentages of Color #1053ca

%5.32
%27.57
%67.11

CMYK Percentages of Color #1053ca

%92
%59
%0
%21

Triadic Colors of #1053ca

#1053ca #ca1053 #53ca10

Analogous Colors of #1053ca

#1053ca #2a10ca #10b0ca

Monochromatic Colors of #1053ca

#1053ca

Complementary Color

#1053ca #ca8710

#1053ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1053ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1053ca Color CSS Codes

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

#1053ca Text Font Color

<p style="color:#1053ca">Text here</p>

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


#1053ca Background Color

<div style="background-color:#1053ca">
Div content here</div>

This div background color is #1053ca


#1053ca Border Color

<div style="border:3px solid #1053ca">
Div here</div>

This div border color is #1053ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,83,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1053ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1053ca;
  -webkit-box-shadow: 1px 1px 3px 2px #1053ca;
  box-shadow:         1px 1px 3px 2px #1053ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,83,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 #1053ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1053ca


Comments

No comments written yet.

Please login to write comment.