Color Hex Logo

#0897dd Color Hex

#0897DD
(8,151,221)
0 Favorites   0 Comments

Color spaces of #0897dd

RGB 8151221
HSL0.550.930.45
HSV200°96°87°
CMYK 0.960.320.00   0.13
XYZ24.217927.405372.4199
Yxy27.40530.19520.2209
Hunter Lab52.3501-9.0359-45.3754
CIE-Lab59.3476-7.7912-44.6709

#0897dd color RGB value is (8,151,221).

#0897dd hex color red value is 8, green value is 151 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0897dd hue: 0.55 , saturation: 0.93 and the lightness value of 0897dd is 0.45.

The process color (four color CMYK) of #0897dd color hex is 0.96, 0.32, 0.00, 0.13. Web safe color of #0897dd is #0099cc. Color #0897dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010111 11011101
Octal 10 227 335
Decimal 8 151 221
Hex 8 97 DD

RGB Percentages of Color #0897dd

%2.11
%39.74
%58.16

CMYK Percentages of Color #0897dd

%96
%32
%0
%13

Triadic Colors of #0897dd

#0897dd #dd0897 #97dd08

Analogous Colors of #0897dd

#0897dd #082cdd #08ddb9

Monochromatic Colors of #0897dd

#0897dd

Complementary Color

#0897dd #dd4e08

#0897dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0897dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0897dd Color CSS Codes

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

#0897dd Text Font Color

<p style="color:#0897dd">Text here</p>

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


#0897dd Background Color

<div style="background-color:#0897dd">
Div content here</div>

This div background color is #0897dd


#0897dd Border Color

<div style="border:3px solid #0897dd">
Div here</div>

This div border color is #0897dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,151,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0897dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0897dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0897dd;
  box-shadow:         1px 1px 3px 2px #0897dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,151,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0897dd


Comments

No comments written yet.

Please login to write comment.