Color Hex Logo

#0890dc Color Hex

#0890DC
(8,144,220)
0 Favorites   0 Comments

Color spaces of #0890dc

RGB 8144220
HSL0.560.930.45
HSV202°96°86°
CMYK 0.960.350.00   0.14
XYZ22.991725.165471.3558
Yxy25.16540.19240.2106
Hunter Lab50.1651-5.9788-49.2196
CIE-Lab57.2362-4.1331-47.4519

#0890dc color RGB value is (8,144,220).

#0890dc hex color red value is 8, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0890dc hue: 0.56 , saturation: 0.93 and the lightness value of 0890dc is 0.45.

The process color (four color CMYK) of #0890dc color hex is 0.96, 0.35, 0.00, 0.14. Web safe color of #0890dc is #0099cc. Color #0890dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010000 11011100
Octal 10 220 334
Decimal 8 144 220
Hex 8 90 DC

RGB Percentages of Color #0890dc

%2.15
%38.71
%59.14

CMYK Percentages of Color #0890dc

%96
%35
%0
%14

Triadic Colors of #0890dc

#0890dc #dc0890 #90dc08

Analogous Colors of #0890dc

#0890dc #0826dc #08dcbe

Monochromatic Colors of #0890dc

#0890dc

Complementary Color

#0890dc #dc5408

#0890dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0890dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0890dc Color CSS Codes

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

#0890dc Text Font Color

<p style="color:#0890dc">Text here</p>

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


#0890dc Background Color

<div style="background-color:#0890dc">
Div content here</div>

This div background color is #0890dc


#0890dc Border Color

<div style="border:3px solid #0890dc">
Div here</div>

This div border color is #0890dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,144,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0890dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0890dc;
  -webkit-box-shadow: 1px 1px 3px 2px #0890dc;
  box-shadow:         1px 1px 3px 2px #0890dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0890dc


Comments

No comments written yet.

Please login to write comment.