Color Hex Logo

#0952cb Color Hex

#0952CB
(9,82,203)
0 Favorites   0 Comments

Color spaces of #0952cb

RGB 982203
HSL0.600.920.42
HSV217°96°80°
CMYK 0.960.600.00   0.20
XYZ13.909410.404557.7751
Yxy10.40450.16940.1267
Hunter Lab32.256020.5246-83.6176
CIE-Lab38.558828.3201-67.8492

#0952cb color RGB value is (9,82,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 11001011
Octal 11 122 313
Decimal 9 82 203
Hex 9 52 CB

RGB Percentages of Color #0952cb

%3.06
%27.89
%69.05

CMYK Percentages of Color #0952cb

%96
%60
%0
%20

Triadic Colors of #0952cb

#0952cb #cb0952 #52cb09

Analogous Colors of #0952cb

#0952cb #2109cb #09b3cb

Monochromatic Colors of #0952cb

#0952cb

Complementary Color

#0952cb #cb8209

#0952cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0952cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0952cb Color CSS Codes

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

#0952cb Text Font Color

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

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


#0952cb Background Color

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

This div background color is #0952cb


#0952cb Border Color

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

This div border color is #0952cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0952cb


Comments

No comments written yet.

Please login to write comment.