Color Hex Logo

#095dbc Color Hex

#095DBC
(9,93,188)
0 Favorites   0 Comments

Color spaces of #095dbc

RGB 993188
HSL0.590.910.39
HSV212°95°74°
CMYK 0.950.510.00   0.26
XYZ13.104111.517649.1094
Yxy11.51760.17770.1562
Hunter Lab33.93769.5323-62.0393
CIE-Lab40.438915.0299-56.0702

#095dbc color RGB value is (9,93,188).

#095dbc hex color red value is 9, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #095dbc hue: 0.59 , saturation: 0.91 and the lightness value of 095dbc is 0.39.

The process color (four color CMYK) of #095dbc color hex is 0.95, 0.51, 0.00, 0.26. Web safe color of #095dbc is #0066cc. Color #095dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011101 10111100
Octal 11 135 274
Decimal 9 93 188
Hex 9 5D BC

RGB Percentages of Color #095dbc

%3.10
%32.07
%64.83

CMYK Percentages of Color #095dbc

%95
%51
%0
%26

Triadic Colors of #095dbc

#095dbc #bc095d #5dbc09

Analogous Colors of #095dbc

#095dbc #0e09bc #09b7bc

Monochromatic Colors of #095dbc

#095dbc

Complementary Color

#095dbc #bc6809

#095dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#095dbc Color CSS Codes

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

#095dbc Text Font Color

<p style="color:#095dbc">Text here</p>

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


#095dbc Background Color

<div style="background-color:#095dbc">
Div content here</div>

This div background color is #095dbc


#095dbc Border Color

<div style="border:3px solid #095dbc">
Div here</div>

This div border color is #095dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,93,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #095dbc;
  box-shadow:         1px 1px 3px 2px #095dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,93,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095dbc


Comments

No comments written yet.

Please login to write comment.