Color Hex Logo

#0952dc Color Hex

#0952DC
(9,82,220)
0 Favorites   0 Comments

Color spaces of #0952dc

RGB 982220
HSL0.610.920.45
HSV219°96°86°
CMYK 0.960.630.00   0.14
XYZ16.048211.260069.0377
Yxy11.26000.16660.1169
Hunter Lab33.555926.6452-98.4936
CIE-Lab40.015034.9103-75.2418

#0952dc color RGB value is (9,82,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 11011100
Octal 11 122 334
Decimal 9 82 220
Hex 9 52 DC

RGB Percentages of Color #0952dc

%2.89
%26.37
%70.74

CMYK Percentages of Color #0952dc

%96
%63
%0
%14

Triadic Colors of #0952dc

#0952dc #dc0952 #52dc09

Analogous Colors of #0952dc

#0952dc #2a09dc #09bcdc

Monochromatic Colors of #0952dc

#0952dc

Complementary Color

#0952dc #dc9309

#0952dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0952dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0952dc Color CSS Codes

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

#0952dc Text Font Color

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

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


#0952dc Background Color

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

This div background color is #0952dc


#0952dc Border Color

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

This div border color is #0952dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0952dc


Comments

No comments written yet.

Please login to write comment.