Color Hex Logo

#0555de Color Hex

#0555DE
(5,85,222)
0 Favorites   0 Comments

Color spaces of #0555de

RGB 585222
HSL0.610.960.45
HSV218°98°87°
CMYK 0.980.620.00   0.13
XYZ16.495911.803270.5161
Yxy11.80320.16690.1194
Hunter Lab34.355825.5840-97.6451
CIE-Lab40.901633.6349-74.9309

#0555de color RGB value is (5,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010101 11011110
Octal 5 125 336
Decimal 5 85 222
Hex 5 55 DE

RGB Percentages of Color #0555de

%1.60
%27.24
%71.15

CMYK Percentages of Color #0555de

%98
%62
%0
%13

Triadic Colors of #0555de

#0555de #de0555 #55de05

Analogous Colors of #0555de

#0555de #2105de #05c2de

Monochromatic Colors of #0555de

#0555de

Complementary Color

#0555de #de8e05

#0555de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0555de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0555de Color CSS Codes

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

#0555de Text Font Color

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

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


#0555de Background Color

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

This div background color is #0555de


#0555de Border Color

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

This div border color is #0555de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,85,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 #0555de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0555de


Comments

No comments written yet.

Please login to write comment.