Color Hex Logo

#052adb Color Hex

#052ADB
(5,42,219)
0 Favorites   0 Comments

Color spaces of #052adb

RGB 542219
HSL0.640.960.44
HSV230°98°86°
CMYK 0.980.810.00   0.14
XYZ13.67676.802767.6100
Yxy6.80270.15530.0772
Hunter Lab26.082047.9572-135.4348
CIE-Lab31.353557.9001-88.9828

#052adb color RGB value is (5,42,219).

#052adb hex color red value is 5, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #052adb hue: 0.64 , saturation: 0.96 and the lightness value of 052adb is 0.44.

The process color (four color CMYK) of #052adb color hex is 0.98, 0.81, 0.00, 0.14. Web safe color of #052adb is #0033cc. Color #052adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 11011011
Octal 5 52 333
Decimal 5 42 219
Hex 5 2A DB

RGB Percentages of Color #052adb

%1.88
%15.79
%82.33

CMYK Percentages of Color #052adb

%98
%81
%0
%14

Triadic Colors of #052adb

#052adb #db052a #2adb05

Analogous Colors of #052adb

#052adb #4b05db #0595db

Monochromatic Colors of #052adb

#052adb

Complementary Color

#052adb #dbb605

#052adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#052adb Color CSS Codes

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

#052adb Text Font Color

<p style="color:#052adb">Text here</p>

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


#052adb Background Color

<div style="background-color:#052adb">
Div content here</div>

This div background color is #052adb


#052adb Border Color

<div style="border:3px solid #052adb">
Div here</div>

This div border color is #052adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,42,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052adb;
  -webkit-box-shadow: 1px 1px 3px 2px #052adb;
  box-shadow:         1px 1px 3px 2px #052adb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052adb


Comments

No comments written yet.

Please login to write comment.