Color Hex Logo

#055cff Color Hex

#055CFF
(5,92,255)
0 Favorites   0 Comments

Color spaces of #055cff

RGB 592255
HSL0.611.000.51
HSV219°98°100°
CMYK 0.980.640.00   0.00
XYZ21.939714.906696.3286
Yxy14.90660.16470.1119
Hunter Lab38.609133.8672-120.9006
CIE-Lab45.506041.6023-85.9524

#055cff color RGB value is (5,92,255).

#055cff hex color red value is 5, green value is 92 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #055cff hue: 0.61 , saturation: 1.00 and the lightness value of 055cff is 0.51.

The process color (four color CMYK) of #055cff color hex is 0.98, 0.64, 0.00, 0.00. Web safe color of #055cff is #0066ff. Color #055cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011100 11111111
Octal 5 134 377
Decimal 5 92 255
Hex 5 5C FF

RGB Percentages of Color #055cff

%1.42
%26.14
%72.44

CMYK Percentages of Color #055cff

%98
%64
%0
%0

Triadic Colors of #055cff

#055cff #ff055c #5cff05

Analogous Colors of #055cff

#055cff #2b05ff #05d9ff

Monochromatic Colors of #055cff

#055cff

Complementary Color

#055cff #ffa805

#055cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#055cff Color CSS Codes

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

#055cff Text Font Color

<p style="color:#055cff">Text here</p>

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


#055cff Background Color

<div style="background-color:#055cff">
Div content here</div>

This div background color is #055cff


#055cff Border Color

<div style="border:3px solid #055cff">
Div here</div>

This div border color is #055cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,92,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055cff;
  -webkit-box-shadow: 1px 1px 3px 2px #055cff;
  box-shadow:         1px 1px 3px 2px #055cff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055cff


Comments

No comments written yet.

Please login to write comment.