Color Hex Logo

#0951dc Color Hex

#0951DC
(9,81,220)
0 Favorites   0 Comments

Color spaces of #0951dc

RGB 981220
HSL0.610.920.45
HSV220°96°86°
CMYK 0.960.630.00   0.14
XYZ15.973411.110269.0127
Yxy11.11020.16620.1156
Hunter Lab33.332027.2101-99.4255
CIE-Lab39.765535.5558-75.6513

#0951dc color RGB value is (9,81,220).

#0951dc hex color red value is 9, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0951dc hue: 0.61 , saturation: 0.92 and the lightness value of 0951dc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010001 11011100
Octal 11 121 334
Decimal 9 81 220
Hex 9 51 DC

RGB Percentages of Color #0951dc

%2.90
%26.13
%70.97

CMYK Percentages of Color #0951dc

%96
%63
%0
%14

Triadic Colors of #0951dc

#0951dc #dc0951 #51dc09

Analogous Colors of #0951dc

#0951dc #2b09dc #09bbdc

Monochromatic Colors of #0951dc

#0951dc

Complementary Color

#0951dc #dc9409

#0951dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0951dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0951dc Color CSS Codes

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

#0951dc Text Font Color

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

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


#0951dc Background Color

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

This div background color is #0951dc


#0951dc Border Color

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

This div border color is #0951dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,81,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 #0951dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0951dc


Comments

No comments written yet.

Please login to write comment.