Color Hex Logo

#0089fd Color Hex

#0089FD
(0,137,253)
0 Favorites   0 Comments

Color spaces of #0089fd

RGB 0137253
HSL0.581.000.50
HSV208°100°99°
CMYK 1.000.460.00   0.01
XYZ26.675324.983296.3448
Yxy24.98320.18020.1688
Hunter Lab49.98327.7922-79.2958
CIE-Lab57.059012.4513-66.0442

#0089fd color RGB value is (0,137,253).

#0089fd hex color red value is 0, green value is 137 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0089fd hue: 0.58 , saturation: 1.00 and the lightness value of 0089fd is 0.50.

The process color (four color CMYK) of #0089fd color hex is 1.00, 0.46, 0.00, 0.01. Web safe color of #0089fd is #0099ff. Color #0089fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001001 11111101
Octal 0 211 375
Decimal 0 137 253
Hex 0 89 FD

RGB Percentages of Color #0089fd

%0.00
%35.13
%64.87

CMYK Percentages of Color #0089fd

%100
%46
%0
%1

Triadic Colors of #0089fd

#0089fd #fd0089 #89fd00

Analogous Colors of #0089fd

#0089fd #000bfd #00fdf3

Monochromatic Colors of #0089fd

#0089fd

Complementary Color

#0089fd #fd7400

#0089fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0089fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0089fd Color CSS Codes

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

#0089fd Text Font Color

<p style="color:#0089fd">Text here</p>

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


#0089fd Background Color

<div style="background-color:#0089fd">
Div content here</div>

This div background color is #0089fd


#0089fd Border Color

<div style="border:3px solid #0089fd">
Div here</div>

This div border color is #0089fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,137,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0089fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0089fd;
  -webkit-box-shadow: 1px 1px 3px 2px #0089fd;
  box-shadow:         1px 1px 3px 2px #0089fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,137,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0089fd

#0089fd Color Palettes


Comments

No comments written yet.

Please login to write comment.