Color Hex Logo

#0576de Color Hex

#0576DE
(5,118,222)
0 Favorites   0 Comments

Color spaces of #0576de

RGB 5118222
HSL0.580.960.45
HSV209°98°87°
CMYK 0.980.470.00   0.13
XYZ19.725818.263171.5927
Yxy18.26310.18000.1667
Hunter Lab42.73537.6052-69.4113
CIE-Lab49.813712.3501-60.4415

#0576de color RGB value is (5,118,222).

#0576de hex color red value is 5, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0576de hue: 0.58 , saturation: 0.96 and the lightness value of 0576de is 0.45.

The process color (four color CMYK) of #0576de color hex is 0.98, 0.47, 0.00, 0.13. Web safe color of #0576de is #0066cc. Color #0576de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110110 11011110
Octal 5 166 336
Decimal 5 118 222
Hex 5 76 DE

RGB Percentages of Color #0576de

%1.45
%34.20
%64.35

CMYK Percentages of Color #0576de

%98
%47
%0
%13

Triadic Colors of #0576de

#0576de #de0576 #76de05

Analogous Colors of #0576de

#0576de #0509de #05deda

Monochromatic Colors of #0576de

#0576de

Complementary Color

#0576de #de6d05

#0576de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0576de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0576de Color CSS Codes

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

#0576de Text Font Color

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

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


#0576de Background Color

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

This div background color is #0576de


#0576de Border Color

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

This div border color is #0576de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0576de


Comments

No comments written yet.

Please login to write comment.