Color Hex Logo

#0576fd Color Hex

#0576FD
(5,118,253)
0 Favorites   0 Comments

Color spaces of #0576fd

RGB 5118253
HSL0.590.980.51
HSV213°98°99°
CMYK 0.980.530.00   0.01
XYZ24.270620.081095.5253
Yxy20.08100.17350.1436
Hunter Lab44.811818.2569-95.0201
CIE-Lab51.928724.4168-74.3437

#0576fd color RGB value is (5,118,253).

#0576fd hex color red value is 5, green value is 118 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0576fd hue: 0.59 , saturation: 0.98 and the lightness value of 0576fd is 0.51.

The process color (four color CMYK) of #0576fd color hex is 0.98, 0.53, 0.00, 0.01. Web safe color of #0576fd is #0066ff. Color #0576fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110110 11111101
Octal 5 166 375
Decimal 5 118 253
Hex 5 76 FD

RGB Percentages of Color #0576fd

%1.33
%31.38
%67.29

CMYK Percentages of Color #0576fd

%98
%53
%0
%1

Triadic Colors of #0576fd

#0576fd #fd0576 #76fd05

Analogous Colors of #0576fd

#0576fd #1005fd #05f2fd

Monochromatic Colors of #0576fd

#0576fd

Complementary Color

#0576fd #fd8c05

#0576fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0576fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0576fd Color CSS Codes

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

#0576fd Text Font Color

<p style="color:#0576fd">Text here</p>

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


#0576fd Background Color

<div style="background-color:#0576fd">
Div content here</div>

This div background color is #0576fd


#0576fd Border Color

<div style="border:3px solid #0576fd">
Div here</div>

This div border color is #0576fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,118,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0576fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0576fd;
  -webkit-box-shadow: 1px 1px 3px 2px #0576fd;
  box-shadow:         1px 1px 3px 2px #0576fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0576fd


Comments

No comments written yet.

Please login to write comment.