Color Hex Logo

#0898ff Color Hex

#0898FF
(8,152,255)
0 Favorites   0 Comments

Color spaces of #0898ff

RGB 8152255
HSL0.571.000.52
HSV205°97°100°
CMYK 0.970.400.00   0.00
XYZ29.378429.728198.7974
Yxy29.72810.18610.1883
Hunter Lab54.52350.7635-69.2680
CIE-Lab61.41894.3626-60.1428

#0898ff color RGB value is (8,152,255).

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

The process color (four color CMYK) of #0898ff color hex is 0.97, 0.40, 0.00, 0.00. Web safe color of #0898ff is #0099ff. Color #0898ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011000 11111111
Octal 10 230 377
Decimal 8 152 255
Hex 8 98 FF

RGB Percentages of Color #0898ff

%1.93
%36.63
%61.45

CMYK Percentages of Color #0898ff

%97
%40
%0
%0

Triadic Colors of #0898ff

#0898ff #ff0898 #98ff08

Analogous Colors of #0898ff

#0898ff #081cff #08ffeb

Monochromatic Colors of #0898ff

#0898ff

Complementary Color

#0898ff #ff6f08

#0898ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0898ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0898ff Color CSS Codes

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

#0898ff Text Font Color

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

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


#0898ff Background Color

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

This div background color is #0898ff


#0898ff Border Color

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

This div border color is #0898ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0898ff


Comments

No comments written yet.

Please login to write comment.