Color Hex Logo

#0527dd Color Hex

#0527DD
(5,39,221)
0 Favorites   0 Comments

Color spaces of #0527dd

RGB 539221
HSL0.640.960.44
HSV231°98°87°
CMYK 0.980.820.00   0.13
XYZ13.83936.703868.9712
Yxy6.70380.15460.0749
Hunter Lab25.891750.0991-139.8146
CIE-Lab31.122959.9283-90.5178

#0527dd color RGB value is (5,39,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100111 11011101
Octal 5 47 335
Decimal 5 39 221
Hex 5 27 DD

RGB Percentages of Color #0527dd

%1.89
%14.72
%83.40

CMYK Percentages of Color #0527dd

%98
%82
%0
%13

Triadic Colors of #0527dd

#0527dd #dd0527 #27dd05

Analogous Colors of #0527dd

#0527dd #4f05dd #0593dd

Monochromatic Colors of #0527dd

#0527dd

Complementary Color

#0527dd #ddbb05

#0527dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0527dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0527dd Color CSS Codes

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

#0527dd Text Font Color

<p style="color:#0527dd">Text here</p>

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


#0527dd Background Color

<div style="background-color:#0527dd">
Div content here</div>

This div background color is #0527dd


#0527dd Border Color

<div style="border:3px solid #0527dd">
Div here</div>

This div border color is #0527dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,39,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0527dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0527dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0527dd;
  box-shadow:         1px 1px 3px 2px #0527dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0527dd


Comments

No comments written yet.

Please login to write comment.