Color Hex Logo

#0592ff Color Hex

#0592FF
(5,146,255)
0 Favorites   0 Comments

Color spaces of #0592ff

RGB 5146255
HSL0.571.000.51
HSV206°98°100°
CMYK 0.980.430.00   0.00
XYZ28.391527.810098.4792
Yxy27.81000.18350.1798
Hunter Lab52.73523.8140-73.8052
CIE-Lab59.71677.8710-62.8696

#0592ff color RGB value is (5,146,255).

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

The process color (four color CMYK) of #0592ff color hex is 0.98, 0.43, 0.00, 0.00. Web safe color of #0592ff is #0099ff. Color #0592ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010010 11111111
Octal 5 222 377
Decimal 5 146 255
Hex 5 92 FF

RGB Percentages of Color #0592ff

%1.23
%35.96
%62.81

CMYK Percentages of Color #0592ff

%98
%43
%0
%0

Triadic Colors of #0592ff

#0592ff #ff0592 #92ff05

Analogous Colors of #0592ff

#0592ff #0515ff #05ffef

Monochromatic Colors of #0592ff

#0592ff

Complementary Color

#0592ff #ff7205

#0592ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0592ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0592ff Color CSS Codes

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

#0592ff Text Font Color

<p style="color:#0592ff">Text here</p>

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


#0592ff Background Color

<div style="background-color:#0592ff">
Div content here</div>

This div background color is #0592ff


#0592ff Border Color

<div style="border:3px solid #0592ff">
Div here</div>

This div border color is #0592ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0592ff


Comments

No comments written yet.

Please login to write comment.