Color Hex Logo

#0528dc Color Hex

#0528DC
(5,40,220)
0 Favorites   0 Comments

Color spaces of #0528dc

RGB 540220
HSL0.640.960.44
HSV230°98°86°
CMYK 0.980.820.00   0.14
XYZ13.73966.717268.2825
Yxy6.71720.15480.0757
Hunter Lab25.917649.2719-138.0634
CIE-Lab31.154259.1599-89.8901

#0528dc color RGB value is (5,40,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101000 11011100
Octal 5 50 334
Decimal 5 40 220
Hex 5 28 DC

RGB Percentages of Color #0528dc

%1.89
%15.09
%83.02

CMYK Percentages of Color #0528dc

%98
%82
%0
%14

Triadic Colors of #0528dc

#0528dc #dc0528 #28dc05

Analogous Colors of #0528dc

#0528dc #4d05dc #0594dc

Monochromatic Colors of #0528dc

#0528dc

Complementary Color

#0528dc #dcb905

#0528dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0528dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0528dc Color CSS Codes

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

#0528dc Text Font Color

<p style="color:#0528dc">Text here</p>

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


#0528dc Background Color

<div style="background-color:#0528dc">
Div content here</div>

This div background color is #0528dc


#0528dc Border Color

<div style="border:3px solid #0528dc">
Div here</div>

This div border color is #0528dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,40,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0528dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0528dc;
  -webkit-box-shadow: 1px 1px 3px 2px #0528dc;
  box-shadow:         1px 1px 3px 2px #0528dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0528dc


Comments

No comments written yet.

Please login to write comment.