Color Hex Logo

#0931dd Color Hex

#0931DD
(9,49,221)
0 Favorites   0 Comments

Color spaces of #0931dd

RGB 949221
HSL0.640.920.45
HSV229°96°87°
CMYK 0.960.780.00   0.13
XYZ14.26217.475269.0978
Yxy7.47520.15700.0823
Hunter Lab27.340845.2666-130.7037
CIE-Lab32.865155.0705-87.6190

#0931dd color RGB value is (9,49,221).

#0931dd hex color red value is 9, green value is 49 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0931dd hue: 0.64 , saturation: 0.92 and the lightness value of 0931dd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110001 11011101
Octal 11 61 335
Decimal 9 49 221
Hex 9 31 DD

RGB Percentages of Color #0931dd

%3.23
%17.56
%79.21

CMYK Percentages of Color #0931dd

%96
%78
%0
%13

Triadic Colors of #0931dd

#0931dd #dd0931 #31dd09

Analogous Colors of #0931dd

#0931dd #4b09dd #099bdd

Monochromatic Colors of #0931dd

#0931dd

Complementary Color

#0931dd #ddb509

#0931dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0931dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0931dd Color CSS Codes

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

#0931dd Text Font Color

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

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


#0931dd Background Color

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

This div background color is #0931dd


#0931dd Border Color

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

This div border color is #0931dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0931dd


Comments

No comments written yet.

Please login to write comment.